4 lines
150 B
Text
4 lines
150 B
Text
# hide a system partition, such as Windows, from Linux desktops (udisks)
|
|
|
|
KERNEL=="sda1",ENV{UDISKS_IGNORE}="1"
|
|
KERNEL=="sda2",ENV{UDISKS_IGNORE}="1"
|