View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#4
Originally Posted by Freddie View Post
Hi and thanks.
Tried and gave me an error as shown below;

'umount: can't umount /home/user/MyDocs: Operation not permitted.'

what cud b the prob, am logged as root.

thanks
Your mount point should be somewhere in /dev/

Usually /dev/mmcblk0p1 but check first by issuing mount without any parameters or

Code:
mount | grep MyDocs
/home/user/MyDocs is just the mount name
 

The Following 2 Users Say Thank You to anthonie For This Useful Post: