
fstab,看晕啦,你看看我这个fstab,怎么改阿?
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
/dev/sda5 /disk1 ext4 defaults 0 2
/dev/sda6 /disk2 ext4 defaults 0 2
# /usr was on /dev/sda2 during installation
UUID=70811d78-0daf-4d49-aab1-23d58b720311 /usr ext4 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=6b995fe1-eec8-4b68-ab78-c69a96662881 none swap sw 0 0
# the USB group
# 对所有用户开放USB设备的读写权限
none /proc/bus/usb usbfs devmode=666 0 0