Physical
Laptop (ASUS) with 7-slot USB hub with USB (5V1A) power supply
3x2TB USB external drives (Seagate,W...,Toshiba)
LVM
- sudo pvcreate /dev/sdb /dev/sdc /dev/sdd
- sudo vgcreate VGurbackup /dev/sdb /dev/sdc
- sudo lvcreate -L 5T -n LVurbackup VGurbackup
- sudo mkfs.ext4 /dev/VGurbackup/LVurbackup
- sudo vi /etc/fstab
- sudo mount /var/backups/urbackup
- sudo chgrp urbackup /var/backups/urbackup
- sudo chmod 770 /var/backups/urbackup
Issues
With 2xUSB external drives it proved to be working fine and reliably even without external supply (the laptop itself is AC powered)
However with 3 drives...Well maybe this powered USB hub is not the right solution... I keep getting I/O errors after a short elapsed time of usage. Will try a 5V 2A power adapter.
Aucun commentaire:
Enregistrer un commentaire