El 2011-09-03 a las 19:20 +0800, lina escribió: (back to list)
> On Sat, Sep 3, 2011 at 7:09 PM, Camaleón <[email protected]> wrote: > > On Sat, 03 Sep 2011 18:33:25 +0800, lina wrote: > > > >>> (...) > >>> > >>> Run "mount" and put here the result. > > > >> /dev/sdb1 on /media/FreeAgent GoFlex Drive type ntfs > >> (rw,nosuid,nodev,uid=1000,gid=1000,dmask=0077,fmask=0177,uhelper=udisks) > > > > It's mounted read-write (rw) with the right user perms (uid,gid) and > > dmask,fmask seems to be also good, at least it shoud allow your user > > (lina) to manage the disk with no issues. > > still permission denied. Yep, that's strange. > > (as root run) > > > > umount "/media/FreeAgent GoFlex Drive" > > mount -t ntfs-3g -o uid=1000,gid=1000 /dev/sdb1 /mnt > > # umount /media/FreeAgent\ GoFlex\ Drive/ > # mount -t ntfs-3g -o uid=1000,gid=1000 /dev/sdb1 /mnt > mount: unknown filesystem type 'ntfs-3g' (...) Hum... is this driver not used anymore? :-? Run: cat /proc/filesystems Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

