Xubuntu readonly filesystem.

This commit is contained in:
Miguel Scapolla 2016-05-21 20:45:45 -03:00
parent 9869ef6c52
commit b39369c09a
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk
---------------------------------------------------------------
* Example:
/dev/sda: HDD disk
/dev/sdc: SDD disk
/dev/sda: HDD disk (mechanical disk)
/dev/sdc: SSD disk (solid state disk)
/dev/sdc1: /
/dev/sda2: /home /tmp /var/tmp
/dev/sda3: swap
@ -18,7 +18,7 @@ XUbuntu 16.04 with read only filesystem for use with SSD disk
* chmod 1777 /hddsda2/tmp
* mkdir /hddsda2/home/username
* mkdir -p /hddsda2/home/username
* rsync -av /home/username/ /hddsda2/home/username/