Re: How to chmod on FAT32 partition?

2002-10-25 Thread C J Michaels
Some time in the recent past David Gerard scribbled: > > OK, got disk up. (Problem was I didn't know its make. ad3s1 eventually > worked.) > > Now it seems I can't make it writable by anyone but root: > > diva# ls -l viv.html > -rwxr-xr-x 1 root wheel 1987 Jul 4 05:21 viv.html > diva# chmod g+w

Re: How to chmod on FAT32 partition?

2002-10-25 Thread Mike Hogsett
Since FAT32 has no concept of users and only a rudimetary concept of file meta-data (permission bits, etc) all files will be owned by the owner of the directory on which it is mounted. You can make the entire filesystem contents own by one particular user and/or group. Read mount_msdos(8) HTH,

Re: How to chmod on FAT32 partition?

2002-10-25 Thread Dan Nelson
In the last episode (Oct 26), David Gerard said: > OK, got disk up. (Problem was I didn't know its make. ad3s1 eventually > worked.) > > Now it seems I can't make it writable by anyone but root: > > diva# ls -l viv.html > -rwxr-xr-x 1 root wheel 1987 Jul 4 05:21 viv.html > diva# chmod g+w viv

How to chmod on FAT32 partition?

2002-10-25 Thread David Gerard
OK, got disk up. (Problem was I didn't know its make. ad3s1 eventually worked.) Now it seems I can't make it writable by anyone but root: diva# ls -l viv.html -rwxr-xr-x 1 root wheel 1987 Jul 4 05:21 viv.html diva# chmod g+w viv.html diva# ls -l viv.html -rwxr-xr-x 1 root wheel 1987 Jul