How to add multiple HDDs to NextCloud

preview_player
Показать описание
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

Please HELP ME 10Ksubscribers

#bth #nextcloud #addharddisk
Рекомендации по теме
Комментарии
Автор

this is doing my head in, it's not working! I have ran the command for the snap version of nextcloud but stll no joy. I have have formatted my external drive to ext4 and create a partition on it and mounted it but nextcloud just refuses to see it. Help!!!

ady
Автор

SOLUTION: If you installed nextcloud via "snap install nextcloud" then you have to run an additional command to get this working -> "sudo snap connect nextcloud:removable-media"

invalidusername
Автор

iv made a mistake by not formatting it to EXT4 and had the forbidden error.... redid it all and works like a charm :)

CookieLifee
Автор

I love this voice And accent 😂 thanks for the useful tutorial!

tmagrit
Автор

I still don't have access after adding chown and chmod command

it
Автор

Do I still need to use fdisk if it's formatted already?

devoon
Автор

do I need to format the hdd if it already has what I want to access over next cloud?

vincent
Автор

It would be very helpfull that you add these commands to your video description. :D

knowledgeispower
Автор

I've done all the steps, but whenever I try to put files into the new drive, it just tells me "Forbidden".
Any help? Thanks!

bencovideos
Автор

If im using casaos, can i skip all the command section at the start in terminal since casaos does all the mounting, formatting and disk creation via webui? Thanks

minibotpc
Автор

Hey, thanks for this Video bro❤ you saved my life 😅

cookiex
Автор

after i added the permissions to the folder when i upload something it says forbidden

HoriaArabul
Автор

Bạn ơi, hiện tại mình đang dùng máy ảo ổ cứng ban đầu có 30Gb, giờ mình tăng lên 80GB thì có phải làm lệnh gì để linux tăng dung lượng lên, mình mới triển khai Nextcloud trên máy ảo chạy thôi nên chưa rõ nên thế nào nếu tương lai dữ liệu tăng lên thì cần phải bổ sung ổ cứng cho Nextcloud

kijutonett
Автор

and how do i do it to the nextcloud aio?

HoriaArabul
Автор

how to magret directory default file to new hard disk with out lose my Data

abdelilah_hmidani
Автор

Огромное спасибо.
Отличное решение.
При возникновении ошибки запрета доступа помогает sudo

ДмитрийМанцев-йп
Автор

disk unmount after reboot, how fix it?

LLlblKAPHO
Автор

I'm the admin role, how do I see all files uploaded from users that are not shared with me?

trungminh