Linux HowTo - Extend Disk

Innen: Szitár-Net Wiki
Ugrás a navigációhoz Ugrás a kereséshez

1. Particionálás

$ fdisk
Vigyázz az adatvesztére!
Simple fájlrendszer Linuxon exFat / Linux Filesystem

2. Mount Point

$ mkdir /new
$ mount /dev/sdc1 /web

3. Mount

$ service apache2 stop
$ chattr -i /var/www/clients/client*/web*
$ umount /var/www/clients/client*/web*/log
Átmozgatás mkdir /var/www $ mv /var/www /home/

Új mountpoint: mkdir /var/www $ mkdir /var/www

Hasznos utasítások

Available disk spaces:
$ df -hT

Partition and size:
$ lsblk

Phisical disk informations:
$ parted -l

Forrás

https://www.howtoforge.com/use_mount_bind_to_move_the_website_and_email_directory_of_a_ispconfig_server_to_a_new_location