umount
-
- Full of knowledge
- Posts: 2039
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: umount
That's exact the Reason why I prefer Linux
Because it doesn't behave like Windows!!
Because it doesn't behave like Windows!!

- Ed_P
- Contributor
- Posts: 8057
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: umount
I prefer consistency. Signed in as guest, using spaceFM I can dismount a USB drive no problem. Try doing the same thing as guest in a script or terminal and it fails because it requires root privileges.
Code: Select all
uest@porteus:~$ umount /mnt/sdb1
umount: only root can unmount /dev/sdb1 from /mnt/sdb1
guest@porteus:~$
Ed