Results 1 to 3 of 3
Hey everybody.
Can somebody clear this up for me. When mounting and unmounting hd partitions i often get messages that dont really make sense. For example today i put this ...
- 02-15-2007 #1
partition mounting messages
Hey everybody.
Can somebody clear this up for me. When mounting and unmounting hd partitions i often get messages that dont really make sense. For example today i put this in;
and got this message back# umount -f -t ntfs /dev/hda1 /windows/C
however i checked mtab and my ntfs partition isn't listed any more like it was before......so it worked!umount2: Invalid argument
umount: /dev/hda1: not mounted
umount2: Invalid argument
umount: /dev/hda1: not mounted
but if thats the case why do i get these messages?
" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 02-15-2007 #2
To unmount, just say
umount /dev/hda1
or
umount /windows/C
- 02-16-2007 #3
You don't need to specify mount point and file system to umount
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote