Tzafrir Cohen wrote:
On Sun, Aug 15, 2004 at 10:45:50PM -0400, Amir Tal wrote:
solved :
http://www.linuxquestions.org/questions/archive/14/2002/08/2/27353
scroll almost to the end to see the solution. if you're to lazy :
/dev/xxx /mnt/xxx vfat defaults,umask=000 1 0
Which is basically the equiva
On Sun, Aug 15, 2004 at 10:45:50PM -0400, Amir Tal wrote:
> solved :
> http://www.linuxquestions.org/questions/archive/14/2002/08/2/27353
>
> scroll almost to the end to see the solution. if you're to lazy :
> /dev/xxx /mnt/xxx vfat defaults,umask=000 1 0
Which is basically the equivalent of chm
Haggai Eran wrote:
Since fat doesn't support ownership the only thing you can do is change the
uid or gid in the mount command
from man mount:
Mount options for vfat
..
uid=value and gid=value
Set the owner and group of all files. (Default: the uid
and gid of the cu
Since fat doesn't support ownership the only thing you can do is change the
uid or gid in the mount command
from man mount:
Mount options for vfat
..
uid=value and gid=value
Set the owner and group of all files. (Default: the uid
and gid of the current process.)
ik wrote:
Amir Tal wrote:
debian sid, 2.6.7-1-k7 .
got an external 250gb hard drive with fat32 filesystem (created in
Linux with fdisk), connected via usb2.
the mount command is :
mount -t vfat -o rw,iocharset=iso8859-1,codepage=437 /dev/xxx /mnt/xxx
root can cd into the directory, create files,
Amir Tal wrote:
debian sid, 2.6.7-1-k7 .
got an external 250gb hard drive with fat32 filesystem (created in Linux
with fdisk), connected via usb2.
the mount command is :
mount -t vfat -o rw,iocharset=iso8859-1,codepage=437 /dev/xxx /mnt/xxx
root can cd into the directory, create files, delete fil
debian sid, 2.6.7-1-k7 .
got an external 250gb hard drive with fat32 filesystem (created in Linux
with fdisk), connected via usb2.
the mount command is :
mount -t vfat -o rw,iocharset=iso8859-1,codepage=437 /dev/xxx /mnt/xxx
root can cd into the directory, create files, delete files, modify what