I am using Ubuntu 10.04.3 LTS. I have a NAS using CIFS protocol. I have mounted a share. I am not using fstab at all. Running mount yields the following:

//10.0.1.38/FOO on /home/s3backup/S3Backup/mnt/FOO type cifs (ro,mand)

When I attempt to unmount it I get the following:

$ sudo umount mnt/FOO           
This utility only unmounts cifs filesystems.
This utility only unmounts cifs filesystems.

I also tried the -l option and it yielded the same results. Any thoughts?

Thanks.

link|improve this question

77% accept rate
1  
How about sudo umount /home/s3backup/S3Backup/mnt/FOO? – quanta Sep 10 '11 at 12:09
Huh, there's a bug report that sounds vaguely like that: bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/648609 but the report seems to go nowhere. – cjc Sep 10 '11 at 14:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.