linux开机自启动挂载windowsLinux认证考试
文章作者 100test 发表时间 2010:01:01 08:49:19
来源 100Test.Com百考试题网
mount -t ntfs -o uft8 /dev/hda2 /mnt/c
mount -t vfat -o uft8 /dev/hda2 /mnt/c
手动挂载windows下的盘符 先修改文件/etc/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).
#
#