Re: mount xfs filesystem as noneroot user

2004-10-03 Thread Cameron Hutchison
Once upon a time bing yu said... > thanks I got the problem solved by another path : mount the device to > none-root user, so I need no su to root when I locate to my /mnt/media > > the vfat file system go well by add this in the /etc/fstab > /dev/hda7 /mnt/media vfat umask=0,uid=1003,gid=1003,

mount xfs filesystem as noneroot user

2004-10-03 Thread bing yu
thanks I got the problem solved by another path : mount the device to none-root user, so I need no su to root when I locate to my /mnt/media the vfat file system go well by add this in the /etc/fstab /dev/hda7 /mnt/media vfat umask=0,uid=1003,gid=1003,defaults,iocharset=cp936 0 0 BUT when I co