[Experience sharing] uos基础 fstab 查看自动挂载配置文件
Tofloor
poster avatar
行初心
deepin
12 hours ago
Author

统信桌面操作系统专业版V20(1070)
Linux uos 5.10.97-arm64-desktop

uos基础 fstab 查看自动挂载配置文件

root@uos:~# cat /etc/fstab 
# /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).
# /dev/sdd5 LABEL=Roota
UUID=/*此处隐藏*/       /               ext4            rw,relatime     0 1

# /dev/sdd2 LABEL=Boot
UUID=/*此处隐藏*/       /boot           ext4            rw,relatime     0 2

# /dev/sdd1 LABEL=EFI
UUID=FA1C-AB06          /boot/efi       vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro  0 2

# /dev/sdd4 LABEL=Backup
UUID=/*此处隐藏*/       /recovery       ext4            rw,relatime     0 2

# /dev/sdd7 LABEL=_dde_data
UUID=/*此处隐藏*/       /data           ext4            rw,relatime     0 2

# /dev/sdd3 LABEL=SWAP
UUID=/*此处隐藏*/       none            swap            defaults        0 0

/data/home /home none defaults,bind 0 0
/data/opt /opt none defaults,bind 0 0
/data/root /root none defaults,bind 0 0
/data/var /var none defaults,bind 0 0
root@uos:~#
Reply Favorite View the author
All Replies

No replies yet