Skip to content
Snippets Groups Projects
Verified Commit 4d5c62ec authored by anarcat's avatar anarcat
Browse files

switch /srv to sdb, now that swap partition is gone

parent a36e8b7b
No related branches found
No related tags found
No related merge requests found
......@@ -272,8 +272,8 @@ above](#pre-requisites)! Some installers cover all of those steps, but most do n
system. Typically, installers may create the partition, but will
*not* create the filesystem and configure it in `/etc/fstab`:
mkfs -t ext4 -j /dev/sdc &&
printf 'UUID=%s\t/srv\text4\tdefaults\t1\t2\n' $(blkid --match-tag UUID --output value /dev/sdc) >> /etc/fstab &&
mkfs -t ext4 -j /dev/sdb &&
printf 'UUID=%s\t/srv\text4\tdefaults\t1\t2\n' $(blkid --match-tag UUID --output value /dev/sdb) >> /etc/fstab &&
mount /srv
9. once everything is done, reboot the new machine to make sure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment