Re: How do you unmount all your drives
- From: Sid Arth <sidster802@xxxxxxxxx>
- Date: Fri, 28 Sep 2007 15:19:57 -0500
Raj Kiran Grandhi wrote:
Sid Arth wrote:Thanks, I didnt want to unmount my filesystem, but its good to know that
Hi, is there a command I can use that unmounts all unnecessary drives?What do you mean by unnecessary? If you do not want to access files in
And what command can I use to just unmount one drive?
those drives, you can unmount them with:
# umount /path/to/mount/point
That will unmount just one drive. You can issue the command:
# umount -a
to attempt to unmount *all* the drives. Note that the root filesystem
cannot be unmounted.
If you don't want a particular drive to be mounted at the next reboot,
edit the file '/etc/fstab' and comment out the corresponding lines.
If you are just looking for a way to suppress all the drive icons on
your desktop (assuming you are using gnome) issue the command:
$ gconftool -s /apps/nautilus/desktop/volumes_visible -t bool false
hth,
Rajkiran
it cant be unmounted.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- How do you unmount all your drives
- From: Sid Arth
- Re: How do you unmount all your drives
- From: Raj Kiran Grandhi
- How do you unmount all your drives
- Prev by Date: Does lilo still have a limit on it's menu entries?
- Next by Date: Re: efficiency of windows managers
- Previous by thread: Re: How do you unmount all your drives
- Next by thread: DSL setup under Debian/GNU Linux with GNOME
- Index(es):
Relevant Pages
|