[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount partizione ntfs



On Friday 12 August 2005 11:53, Stefano Simonucci wrote:
> Mount options for ntfs
>    ...
>    uid=value, gid=value and umask=value
>        Set the file permission on the filesystem.  The umask  value  is
>        given in octal.  By default, the files are owned by root and not
>        readable by somebody else.
>
>
> Quindi quei permessi sono di default per un filesystem ntfs.
> Quindi /etc/fstab fra le opzioni dovresti mettere umask=...


Perfetto !!
ho risolto il problema inserendo in fstab la seguente linea:

/dev/hda1       /mnt/win        ntfs    rw,users,auto,umask=0000   0       0

in questo modo, i permessi della directory montata sono:

dr-xr-xr-x  1 root root 4096 2005-08-11 11:45 win

Grazie a tutti per l'aiuto !!
Roberto


----------------------------------------------------
There are only 10 types of people in this world...
those who understand binary, and those who don't.
----------------------------------------------------



Reply to: