- Forums
- Linux Systems
- How To Unmount Usb External Drive From Linux Computer Server
This Page Contains information about How To Unmount Usb External Drive From Linux Computer Server By wallpaperama in category Linux Systems with 0 Replies. [2944], Last Updated: Sat May 18, 2024
wallpaperama
Sun Jul 01, 2007
0 Comments
995 Visits
if you are trying to unmount a usb device such as an external drive for example, you can do it with these two commands:
cd /
the cd / just makes ure you are at the root of the file system and not in the mounted, then execute this shell command:
umount /mounted/directory/
*NOTE:
/mounted/directory/ is just whatever directory you mounted you usb device into