diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-17 21:09:42 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-17 21:09:42 -0700 |
commit | 7772331aa5df0b8106f3523a0070269fae735894 (patch) | |
tree | 5205788ec0d7a6a57dc228a2015f4d84b4547724 /etc/fstab | |
parent | 2a76cd82dd3603efc2516f90bfdae268f00ce6c7 (diff) |
xyzca init
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -2,10 +2,6 @@ # See fstab(5) for details. # <file system> <dir> <type> <options> <dump> <pass> -# /dev/sda1 LABEL=root -UUID=ed61e67e-7605-4383-ac16-fe54ee2ede87 / ext4 rw,relatime,errors=remount-ro 0 1 +/dev/sda3 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 -# /dev/sdb1 -UUID=cfbeb3bb-f781-4e63-9635-9155fe85f12c /home ext4 rw,relatime 0 2 - -/swapfile none swap defaults 0 0 +/dev/sda2 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 |