Hi,
we just moved to a new flat and when starting up the NAS I found out that all my mounts are gone. I boot from a USB stick and maybe I switched the USB port; not sure if this might have caused the issue.
Anyway, all the folders in /mnt2 are now local directories of / according to df; mount is also not showing the shares.
[root@fileserver share]# mount | grep mnt2
/dev/sdd3 on /var/lib/backuppc type btrfs (rw,noatime,space_cache,subvolid=257,subvol=/root/mnt2/backuppc)
/dev/sda on /mnt2/big_data type btrfs (rw,relatime,ssd,space_cache,subvolid=5,subvol=/)
/dev/sdg on /mnt2/Backup type btrfs (rw,relatime,ssd,space_cache,subvolid=5,subvol=/)
/dev/sdd3 on /mnt2/rockstor_rockstor type btrfs (rw,relatime,space_cache,subvolid=5,subvol=/)
/dev/sdg on /mnt2/backuppc type btrfs (rw,relatime,ssd,space_cache,subvolid=257,subvol=/backuppc)
/dev/sdd3 on /mnt2/root type btrfs (rw,relatime,space_cache,subvolid=257,subvol=/root)
/dev/sda on /mnt2/rockons type btrfs (rw,relatime,ssd,space_cache,subvolid=258,subvol=/rockons)
[root@fileserver mnt2]# df -h /mnt2/*
Filesystem Size Used Avail Use% Mounted on
/dev/sdg 932G 273G 651G 30% /mnt2/Backup
/dev/sdg 932G 273G 651G 30% /mnt2/backuppc
/dev/sda 932G 131G 800G 15% /mnt2/big_data
/dev/sdd3 20G 19G 124M 100% /
/dev/sdd3 20G 19G 124M 100% /
/dev/sdd3 20G 19G 124M 100% /
/dev/sdd3 20G 19G 124M 100% /
/dev/sdd3 20G 19G 124M 100% /
/dev/sdd3 20G 19G 124M 100% /mnt2/rockstor_rockstor
/dev/sdd3 20G 19G 124M 100% /mnt2/root
/dev/sdd3 20G 19G 124M 100% /
[root@fileserver mnt2]# ls -l
total 48
drwxr-xr-x 1 root root 16 Aug 5 22:06 Backup
drwxr-xr-x 1 root root 66 Aug 5 22:26 backuppc
drwxr-xr-x 1 root root 122 Aug 21 15:29 big_data
drwxr-xr-x 1 greggy greggy 72 Aug 21 20:45 mac_backup (-> missing)
drwxr-xr-x 1 root root 0 Aug 3 21:55 owncloud-config (-> missing)
drwxr-xr-x 1 root root 0 Aug 3 21:55 owncloud-data (-> missing)
drwxr-xr-x 1 root root 0 Aug 3 21:55 owncloud-db (-> missing)
drwxr-xr-x 1 root root 0 Aug 3 21:53 rockons
drwxr-xr-x 1 root root 8 Aug 3 21:39 rockstor_rockstor
dr-xr-xr-x. 1 root root 204 Aug 21 20:44 root
drwxr-xr-x 1 root root 40 Aug 21 15:12 share (-> missing)
When I look into Rockstor at the usage of the filesystems, it is showing correctly and my data can be found in /mnt2/big_data (this is the pool).
How can I get those mount points fixed?
Thanks a lot,
Gregory