I’m using a Raspberry Pi 5 with 8 GB RAM and the latest version of Pi OS installed. I installed NextCloud (version 31). The data folder is located in a different location than /var/www/nextcloud. I moved it to /mnt (since I created a 10 BTRFS RAID with 4 HDDs, this RAID is mounted in that location).
So, for data, the path is /mnt/data, the same path is also shown in the config file. Today, I performed a system update, rebooted the machine, and now the data folder no longer exists in that location. Could you give me some suggestions?
Stupid question, but: Have you mounted your BTRFS file system? Manually mounted file systems are only temporary, after a reboot you have to mount the file system again. Or automate the mounting with /etc/fstab or Systemd.
1 Like
Yes, I added this line to the fstab file:
LABEL=my4HDDraid10 /mnt/ btrfs nofail,noatime 0 0
1 Like
And your mount is visible in the output of the following command?
mount | grep -i btrfs
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.