|
发表于 2004-8-22 13:56:41
|
显示全部楼层
first make sure /home/win_d is readable/writable to all users,
you may type 'chmod 777 /home/win_d' if the it is not;
second edit /etc/fstab,
add 'umask=0' option like this
/dev/hda5 /home/win_d reiserfs umask=0,rw,auto,users,suid 0 0 |
|