mirror of
https://bitbucket.org/mangelo/snippets.git
synced 2024-11-21 18:31:00 +02:00
Xubuntu readonly filesystem.
This commit is contained in:
parent
9869ef6c52
commit
b39369c09a
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user