Results 1 to 6 of 6
Hey im a linux noob and i've messed with the drives in the terminal and the drive keeps trying to automount to in the Windows 7 NTFS partition on Startup ...
- 08-15-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
How to disable Drive Automount in linux
Hey im a linux noob and i've messed with the drives in the terminal and the drive keeps trying to automount to in the Windows 7 NTFS partition on Startup of Ubuntu 10.04, how do i disable this?
- 08-15-2010 #2
I'd put the partition into /etc/fstab with noauto option. See man fstab for details.
- 08-15-2010 #3
Hi and Welcome !
Just remove the entry ( Put # sign at beginning ) of Windows 7 partition from /etc/fstab file.
In case it doesn't work, post the output of df -h command and contents of /etc/fstab file here.Code:# /dev/xyz windows_partition mount line
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #4Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
Yea ive found the file but it's a read only, sorry for being such a noob but how do you modify it
- 08-16-2010 #5Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 08-16-2010 #6
Its better to use gksu instead of sudo for GUI Applications.
Press Alt+F2 and type this
Code:gksu gedit /etc/fstab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
