0
votes
1answer
53 views

Can't automount two partitions at login

I'm using Ubuntu 12.04. I wanted two of my NTFS partitions automounted on startup, so I followed the instructions on Ubuntu documentation ...
1
vote
0answers
530 views

Accessing DVD or USB drive [closed]

When I insert a DVD or USB drive into the computer it does not open. Are there additional drivers that I need to install? I know the USB drive is working because I installed Ubuntu using it.
2
votes
1answer
363 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 ...
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 ...
6
votes
2answers
3k views

Is setting default mount options for udisks really not possible?

I want to mount usb drives with option flush (or sync). I'm using Kubuntu 10.10 and as far as I understood udisks is responsible for the mount options. I've read various threads and two solutions ...