TeomanM revised this gist 5 hours ago. Go to revision
No changes
TeomanM revised this gist 5 hours ago. Go to revision
1 file changed, 9 insertions
mount.sh(file created)
| @@ -0,0 +1,9 @@ | |||
| 1 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@ /dev/nvme0n1p5 /mnt | |
| 2 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@home /dev/nvme0n1p5 /mnt/home | |
| 3 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@root /dev/nvme0n1p5 /mnt/root | |
| 4 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@srv /dev/nvme0n1p5 /mnt/srv | |
| 5 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@log /dev/nvme0n1p5 /mnt/var/log | |
| 6 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@cache /dev/nvme0n1p5 /mnt/var/cache | |
| 7 | + | mount -o defaults,noatime,compress=zstd,commit=120,subvol=@tmp /dev/nvme0n1p5 /mnt/tmp | |
| 8 | + | mount /dev/nvme0n1p3 /mnt/boot/efi | |
| 9 | + | echo "DONE." | |
Newer
Older