How can I prevent ubuntu from mounting particular partitions/deivices?
Posted
by
Patryk
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Patryk
Published on 2012-07-19T20:49:31Z
Indexed on
2012/10/30
17:20 UTC
Read the original article
Hit count: 402
I would like to stop Ubuntu from mounting my other (Windows') partitions automatically (since I do not need it really often - and especially I would like not to automount "System reserved" partition for Windows.
There is a similar question here
How can I stop Ubuntu 12.04 from mounting Fedora 16's Swap Partition? but!
I do not have these partitions added in /etc/fstab
.
How can I do it ?
For proof, my /etc/fstab
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda7 during installation
UUID=1384cee0-6a71-4b83-b0d3-1338db925168 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=e3729117-b936-4c1d-9883-aee73dab6729 none swap sw 0 0
#------ MY WINDOWS D DRIVE---------- I WANT TO KEP IT
UUID=98E8B14DE8B12A80 /media/d ntfs defaults,errors=remount-ro 0 0
© Ask Ubuntu or respective owner