Results 1 to 3 of 3
is there a command that can dismount a mounted drive???...
- 11-13-2004 #1Linux Newbie
- Join Date
- Oct 2004
- Posts
- 139
how to dismount a mounted drive (using the command line)
is there a command that can dismount a mounted drive???
- 11-13-2004 #2
Yes;
to unmount hda useCode:umount
hope this helps;Code:umount /dev/hda
dylunio
- 11-13-2004 #3Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
To try to find commands that you don't know, you can use the 'apropos' command: this will search the manual pages for certain references to your keyword.
returns, among other references, the following:Code:$ apropos mount
And then running the man command gets full info:Code:setup (2) - setup devices and file systems, mount root file system showmount (8) - show mount information for an NFS server sleep (1) - delay for a specified amount of time triangle (1) - random mountains using iterative subdivision of triangles umount (8) - unmount file systems umount [mount] (2) - mount and unmount filesystems usermount (1) - A graphical tool to mount, unmount and format filesystems
Code:$ man umount
/IMHO
//got nothin'
///this use to look better


Reply With Quote
