View Single Post
  #29 (permalink)  
Old 20-Dec-2007, 14:30
wrongnumber
Guest
 
Posts: n/a
Default

Hello,
I don't if this the right place for this:
I'm using opensuse 10.3. I tried to mount my external HD, which has two partitions, the one is NTFS (part1) and the other is FAT (part5). NTFS-3G, NTFS Config, and fuse_kio are already installed. My fstab lines for both partitions are:

Quote:
/dev/disk/by-id/usb-WDC_WD25_00BB-22GUC0_0-0:0-part5 /media/Pelem ntfs-3g defaults 0 0
/dev/disk/by-id/usb-WDC_WD25_00BB-22GUC0_0-0:0-part1 /media/SWISNIFE1 ntfs-3g defaults 0 0[/b]
As root I can r/w the partitions. The problem is, every time I tried to mount either one of the partitions as user, kio mount helper keeps complaining:

Quote:
rror opening partition device: Permission denied
Failed to mount '/dev/sdc1': Permission denied[/b]
In YAST--> System--> Partitioner --> Fstab options I checked the option "mountable by user", but still I cannot mount it as user.
What should I do, so that both partitions can be automatically or by user mounted? Any Suggestion?

Thanks,