"Updates"
This commit is contained in:
+23
-9
@@ -25,7 +25,7 @@ sudo mkdir -p /mnt/<folder>
|
||||
echo "UUID=... /mnt/<folder> ext4 defaults 0 0" | sudo tee -a /etc/fstab
|
||||
```
|
||||
|
||||
#### bob (...)
|
||||
#### bob (mmcblk0 / nvme0n1 / sda / sdb)
|
||||
```
|
||||
# /etc/fstab: static file system information.
|
||||
#
|
||||
@@ -45,15 +45,29 @@ UUID=1c99fbca-6863-4f8a-b8da-4bbea3fbe8c9 none swap sw
|
||||
UUID=b656c935-5ef2-45a6-894e-c7062a75a862 /mnt/ssd ext4 defaults 0 0
|
||||
```
|
||||
|
||||
#### carlo (nvme0n1 / sda / sdb) (nfs server --> backups)
|
||||
#### carlo (mmcblk0 / sda )
|
||||
```
|
||||
proc /proc proc defaults 0 0
|
||||
PARTUUID=550961db-01 /boot/firmware vfat defaults 0 2
|
||||
PARTUUID=550961db-02 / ext4 defaults,noatime 0 1
|
||||
# LVM
|
||||
/dev/hdds/data /mnt/data ext4 defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
|
||||
# NFS exports
|
||||
/mnt/data/backup /srv/nfs4/backup none bind,nofail 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).
|
||||
#
|
||||
# systemd generates mount units based on this file, see systemd.mount(5).
|
||||
# Please run 'systemctl daemon-reload' after making changes here.
|
||||
#
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
# / was on /dev/mmcblk0p2 during installation
|
||||
UUID=327ff1db-0f93-49e7-9f80-79964eb2ad02 / ext4 errors=remount-ro 0 1
|
||||
# /boot/efi was on /dev/mmcblk0p1 during installation
|
||||
UUID=B23E-A140 /boot/efi vfat umask=0077 0 1
|
||||
# swap was on /dev/mmcblk0p3 during installation
|
||||
UUID=69691db2-1213-4f0b-8797-a246e6924c4a none swap sw 0 0
|
||||
# ssd
|
||||
UUID=6702c3b0-eb03-4c1f-9ddc-56f4f7736222 /mnt/ssd ext4 defaults 0 0
|
||||
/mnt/ssd/var /var none bind
|
||||
/mnt/ssd/tmp /tmp none bind
|
||||
/mnt/ssd/home /home none bind
|
||||
```
|
||||
|
||||
#### sandy (nvme0n1 / sda )
|
||||
|
||||
Reference in New Issue
Block a user