diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-21 08:42:15 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-21 08:42:15 +0100 |
| commit | 0ad4e2b969c28d2b39d29e55e53ae632db710030 (patch) | |
| tree | 62bb292d8da9a835becb679b5d6917c50da3d950 /swift/etc/fstab | |
| parent | bac7296bb38bb46b51e4fd70c5fe234f2a58d553 (diff) | |
| parent | 6d506e0b30569c547f41f6d6334a1b5133774da4 (diff) | |
Merge github.com:mvertes/dotfiles
Diffstat (limited to 'swift/etc/fstab')
| -rw-r--r-- | swift/etc/fstab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/swift/etc/fstab b/swift/etc/fstab new file mode 100644 index 0000000..00d3167 --- /dev/null +++ b/swift/etc/fstab @@ -0,0 +1,14 @@ +# /dev/nvme1n1p5 +UUID=fd0bd5d9-abfd-46e2-bbec-cc5042c19507 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 + +# /dev/nvme1n1p1 +UUID=120F-B472 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 + +# /dev/nvme1n1p3 +UUID=E23C1C4C3C1C1DDB /mnt/windows ntfs-3g gid=1000,uid=1000,dmask=022,fmask=133,noauto 0 0 + +# /dev/nvme0n1p1 +UUID=8c89d665-a17b-47da-aa19-4c855f134d54 /data xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 2 + +# Sony walkman NW-A55L external flash +/dev/sdb1 /mnt/sdb1 exfat noauto,gid=20,uid=501,dmask=002,fmask=113 0 0 |
