Results 1 to 5 of 5
Hi,
Whenever I insert a flash drive, it FC 10 automounts it. I want to ensure that Gnome / KDE is not configured to automount removable disks. I am using ...
- 05-25-2009 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 36
Disable auto mount in FC10
Hi,
Whenever I insert a flash drive, it FC 10 automounts it. I want to ensure that Gnome / KDE is not configured to automount removable disks. I am using Gnome.
Thanks for your help.
- 05-26-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
maybe try service autofs stop ; chkconfig autofs off
- 05-26-2009 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 36
Tried both the commands after root login (# su -)but got error.
Here are contents of /etc/fstab:Code:[root@localhost vinay]# service autofs stop autofs: unrecognized service
Code:[root@localhost vinay]# cat /etc/fstab /dev/VolGroup00/LogVol00 / ext3 defaults 1 1 UUID=2792857e-845b-4ecf-884f-71801e02f201 /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0
- 05-26-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 2
have you had a look at gnome-mount ?
- 05-26-2009 #5Linux Newbie
- Join Date
- Sep 2004
- Location
- UK
- Posts
- 160
try gnome-volume-properties, it under System -> Preferences -> Hardware or run from command line.
In a world without walls and fences, who needs Windows and Gates?


Reply With Quote