Tuesday, April 16, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6207  / 3 Years ago, tue, august 31, 2021, 1:26:04

I have dual OS (Windows 8 and Ubuntu), when I using Ubuntu, Windows partition Disks are automatically mounted in Explorer. I need to unmount permanently on every boot or permanently. I tried this in Gparted but when reboot it again mounted.
Kindly Share your views.


More From » unmount

 Answers
1

If you want to do it nicely (i.e. really not mount the disks rather than mount them somewhere strange) it is a bit more complicated than what is suggested in the other answer. The best guide to follow is:



Hide your disks or partitions from Nautilus



I followed the guide just the other day and it worked well. Essentially you create a file /etc/udev/rules.d/99-hide-disks.rules in which you put the line



KERNEL=="sda1", ENV{UDISKS_PRESENTATION_HIDE}="1"


where sda1 is the name of the partition you want to hide. In some systems (12.10?) it can also be



KERNEL=="sda1", ENV{UDISKS_IGNORE}="1"


Then you reboot.


[#29893] Thursday, September 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
heathree

Total Points: 157
Total Questions: 132
Total Answers: 108

Location: Honduras
Member since Mon, Apr 5, 2021
3 Years ago
;