How to add multiple Hard Disks to NextCloud
Over time the nextcloud storage space becomes small, if you want to add an additional hard drive, then watch this video
COMMANDS
lsblk
fdisk /dev/sdb
mkfs -t ext4 /dev/sdb1
mkdir /mnt/disk2
mount /dev/sdb1 /mnt/disk2
chown -R www-data:www-data /mnt/disk2
chmod -R 0750 /mnt/disk2
HDD 1TB Western Digital https://amzn.to/3NnGRY1
HDD 8TB Seagate https://amzn.to/44YpwdU
Please HELP ME 10Ksubscribers
#bth #nextcloud #addharddisk