home Verzeichniss auf andere Partition

Vision

Member
Hallo,

ich bin Anfänger und habe es geschafft, ISPconfig auf Debian 10 zu installieren.
Bin ganz stolz ;) Läuft Super! Danke an diejenigen, die "The Perfect Server - Debian 10" geschrieben haben.

Leider habe ich zu spät bemerkt, dass das /home Verzeichnis auf eine falsche Partition gemountet ist.
Ich will das /home Verzeichnis aber auf derselben Partition wie auch die Linux Installation haben.

Ich wollte wie folgt vorgehen:

Erstmal ein Backup erstellen....
mkdir /mnt/home2
rsync -avxH --progress /home/ /mnt/home2

Fdisk zeigt mir folgendes:
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1028095 1024000 500M Linux filesystem
/dev/sda3 1028096 34582527 33554432 16G Linux swap
/dev/sda4 34582528 871251967 836669440 399G Linux filesystem
/dev/sda5 871251968 7811889151 6940637184 3.2T Linux filesystem

fstab zeigt mir folgendes:
# / was on /dev/sda4 during installation
UUID=8ec1fb34-3f13-4447-a21c-d4969a41c1bd / ext4 noatime,errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1
# /boot was on /dev/sda2 during installation
UUID=84f2a268-ddad-460e-a741-5804dc5af954 /boot ext4 noatime 0 2
# /home was on /dev/sda5 during installation
UUID=ab56e20d-7fad-43ba-a3bc-5e5f52ab98d7 /home ext4 noatime 0 2
# swap was on /dev/sda3 during installation
UUID=b6161f13-d585-4c5f-9484-35bbf0363072 none swap sw 0 0
[...ab hier standen die Ispconfig Einträge]

Debian ist auf der sda4 und home auf der sda5 wenn ich das richtig sehe.

Kann ich jetzt so weitermachen ?
umount /home
mount /dev/sda4 /home

mkdir /data
mount /dev/sda5 /data

Die fstab wollte ich wie folgt ändern:
# / was on /dev/sda4 during installation
UUID=8ec1fb34-3f13-4447-a21c-d4969a41c1bd / ext4 noatime,errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1
# /home was on /dev/sda4 during installation
UUID=8ec1fb34-3f13-4447-a21c-d4969a41c1bd /home ext4 noatime 0 2
# /boot was on /dev/sda2 during installation
UUID=84f2a268-ddad-460e-a741-5804dc5af954 /boot ext4 noatime 0 2
# /data was on /dev/sda5 during installation
UUID=ab56e20d-7fad-43ba-a3bc-5e5f52ab98d7 /data ext4 noatime 0 2
# swap was on /dev/sda3 during installation
UUID=b6161f13-d585-4c5f-9484-35bbf0363072 none swap sw 0 0

Kann ich das so machen ?
Muss ich neu booten, oder weiss das System durch den neuen "mount /dev/sda4 /home" wo es neue Userdirs erstellen muss, falls ich einen user hinzufüge?
Bitte nicht zu laut schimpfen, ich mache hier learning by doing ;)
 
Zuletzt bearbeitet:

Werbung

Top