> Hi! > I have a windows-partition (/dev/sda1) I want to access > from debian but can only do it as root (su). I tried to chmod > it to "754" so user could access it but it doesn't change > the permision on it.
Simply chmod'ing the permissions of the mount point won't help. Use mount with the uid, gid and umask options - consult mount's manpage for details. I'm mounting my FAT partitions with uid=0,gid=1001,umask=002 which gives all members of group 1001 read/write and all other users read permission. HTH, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]