|
发表于 2009-11-30 13:13:06
|
显示全部楼层
mount -o umask=0 -o utf-8 /dev/sda1 /mnt/****ms
cat /etc/fstab
...
/dev/sda1 /mnt/****ms vfat user,noatime,errors=remount-ro 0 2
摘录man mount一段
The non-superuser mounts.
Normally, only the superuser can mount filesystems. However,
when fstab contains the user option on a line, anybody can mount
the corresponding system.
Thus, given a line
/dev/cdrom /cd iso9660 ro,user,noauto,unhide |
|