Sean Estabrooks wrote:
> for example:
> 
> mount /dev/fd0 /mnt/floopy   -odmask=0,rw
> 
> should give you what you want.  although you might need 
> one of the other mask options as well.

     I've tried the following:

]# mount /mnt/dev/hda5 -o remount,dmask=0,rw

didn't work.. /etc/mtab is changed as defined, but the permissions are still
the same.

]$ ls -ld Filmes
drwxr-xr-x    2 root     root        16384 Aug 13 20:32 Filmes

I even tried this from what I saw in this link (seems wrong)

http://twiki.org/cgi-bin/view/Wikilearn/Mount

]# mount /mnt/dev/hda5 -o remount,dmask=757,rw

same result. In mtab:

(...)
/dev/hda5 /mnt/dev/hda5 vfat rw,dmask=757 0 0
(...)

Any ideas? I can't imagine having to use another mask option since this is really a 
dir.

-- 
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to