On Wed, 2003-04-16 at 18:18, Rodrigo Haces Rozada wrote: > 2) i have Win XP in it, with NTFS, i mount the ntfs, but it get mouted > owned by root.root and with permision 500, so my normal users cant see > it, any help?
to fix this, you can mount it with uid or gid flags, I mount my XP partition as follows in fstab /dev/hda1 /DriveC ntfs ro,uid=bazza 0 0 this mounts it owned by my user, so have access to the files on it, if you use a group id that everyone you want to have access to it is in (disk or users for example) you could then mount it with gid=disk hope this helps - - -- ---- -------------------------------------------------- --- -- - - Barry Hughes <[EMAIL PROTECTED]> http://bazza.com/ Somewhere, something incredible is waiting to be known. -- Carl Sagan - - -- ---- -------------------------------------------------- --- -- - -

