diff options
author | luxagraf <sng@luxagraf.net> | 2017-05-06 16:22:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2017-05-06 16:22:20 -0500 |
commit | 31dd2ce442be73b007c2491efc3c1bf80f5bce17 (patch) | |
tree | c93a6b1a5a41b1954f959adf3a264c19604b427e /minimal debian install.txt | |
parent | 02adb657e1cd3ddd969d20b48f237cbe05f6329f (diff) |
added fstab from arch
Diffstat (limited to 'minimal debian install.txt')
-rwxr-xr-x | minimal debian install.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/minimal debian install.txt b/minimal debian install.txt index 0417de9..f2ec990 100755 --- a/minimal debian install.txt +++ b/minimal debian install.txt @@ -102,3 +102,13 @@ exo-open ~/.local/share/applications/chrome-confeenhjpkmbceaenohemhdbecmk-Defaul apt-get install khal apt-get install apt-get install vdirsyncer +# fstab for lenovo: + +# /dev/sdc2 +UUID=6adbe77f-06ee-4de0-ac87-50652bb85226 / ext4 rw,relatime,data=ordered 0 1 +UUID=cd2a9cf9-52d9-4686-a601-64d92fc25611 /home ext4 defaults,noatime,discard 0 2 +UUID=0998e52d-8651-49f0-8dc7-3961f7b66f5c /mnt/storage ext4 rw,user,auto 0 0 +UUID=803ce209-2084-4be6-990d-fc7b125853ed /mnt/music ext4 rw,user,auto 0 0 +UUID=ca063eba-fbd0-4ba4-b9cc-95b6d5de9479 /mnt/baksites ext4 nofail,x-systemd.device-timeout=1,rw,user,auto 0 0 +UUID=27553cec-ce83-40b7-95a7-06166744fefe /mnt/docbak ext4 nofail,x-systemd.device-timeout=1,rw,user,auto 0 0 +UUID=e17aa13b-5940-4f73-932b-975fb738fbe7 /mnt/storage/swapfile swap defaults 0 0 |