Hello all,
How can you mount correctly a directory that has white spaces in it ?
(this is a directory used by windows machines via samba sharing)
/etc/mnttab seems to be the problem when doing a df -k even tho it mounted correctly and is accesible from cmd or samba.
Example:
#mount srv1:/d/UMTS model calibration /mnt/UMTS model calibration
obviously doesn't work
Mounting it like this works:
mount 'srv1:/d/UMTS model calibration' '/mnt/UMTS model calibration'
But when doing a df -k it errors by saying there are too many values in /etc/mnttab
After umount df -k works again.
any idea's or do I need to start fishing for patches ?
Thanks!
How can you mount correctly a directory that has white spaces in it ?
(this is a directory used by windows machines via samba sharing)
/etc/mnttab seems to be the problem when doing a df -k even tho it mounted correctly and is accesible from cmd or samba.
Example:
#mount srv1:/d/UMTS model calibration /mnt/UMTS model calibration
obviously doesn't work
Mounting it like this works:
mount 'srv1:/d/UMTS model calibration' '/mnt/UMTS model calibration'
But when doing a df -k it errors by saying there are too many values in /etc/mnttab
After umount df -k works again.
any idea's or do I need to start fishing for patches ?
Thanks!