ubuntu开机自动挂载windows分区

编辑/etc/fstab ,添加

/dev/sdb5 /media/ping/wdc_data ntfs-3g defaults,locale=zh_CN.UTF-8 0 0

# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sdb1 during installation
UUID=0962cf2f-6555-43aa-b949-09f57e536bcb /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb2 during installation
UUID=fdec6452-4c59-4b79-88b5-7ad63d0e2c2f none            swap    sw              0       0
#ntfs
<span style="color:#ff0000;">/dev/sdb3 /media/ping/wdc_media ntfs-3g defaults,locale=zh_CN.UTF-8 0 0
/dev/sdb5 /media/ping/wdc_data ntfs-3g defaults,locale=zh_CN.UTF-8 0 0</span>


猜你喜欢

转载自blog.csdn.net/dpppppp/article/details/44728301
今日推荐