3
votes
1answer
388 views

Mount a Device Read Only using Udisk w/ Python

So I am writing a python script that is attempting to use UDisk to mount and unmount devices. I'm using something like this: disk_dev_func = dbus.Interface(self.device_obj, ...
2
votes
1answer
366 views

Nautilus uses different permissions for mounted drives

I've written two bash scripts to give read-only or read/write access to my NTFS partition: read-only access: sudo umount /media/Data_Drive/ sudo mount -t ntfs-3g -o ...
3
votes
4answers
916 views

How to make nautilus to mount at `/drivename` instead of `/media/drivename`?

I want to mount my other drives (mostly ntfs and fat) on /drivename by clicking on the drive icon in the nautilus side pane, where "drivename" refers to the label of the drive. By default nautilus ...
0
votes
0answers
160 views

One of the partion on a usb harddisk cannot automount

It is a very strange problem. My usb harddisk has four partitions, one is primary, the other three are logical (contained within an extended partition). When I plug in the disk, three of the ...