Forum

proxmox: create dir...
 
Powiadomienia
Wyczyść wszystko

proxmox: create directory from iscsi disk for files/backups

1 Wpisy
1 Użytkownicy
0 Reactions
861 Widoki
0
Rozpoczynający temat

example tutorial

1 odpowiedź
0
Rozpoczynający temat
  1. you have to do imanually
  2. click on datacenter -> storage, add -> iscsci, add iscsi drive (after this there will be new disk node where VM disk contains CH 00 ID 0 LUN 0)
  3. prepare disk (/dev/sdc is our drive) and convert it to GPT
  4. fdisk /dev/sdc
  5. create partition

  6. cfdisk /dev/sdc
    
  7. format partition to ext4
  8. mkfs.ext4 /dev/sdc1
  9. create directory 
  10. mkdir /backups
    
  11. mount diskt to directory
  12. mount -t ext4 /dev/sdc1 /backups

In most cases is enough.

 

 

 

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

 
Podgląd 0 rewizje Zapisano
Udostępnij: