编辑/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>
本文详细介绍了如何编辑fstab文件,添加硬盘分区信息,包括设备名称、挂载点、文件系统类型、选项等,确保系统正确识别并挂载各种存储设备。
5989

被折叠的 条评论
为什么被折叠?



