but several mount points are missing in your last output, you should have these lines
- Code: Select all
/dev/md4 /media/internal_1 xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /lacie/tmp xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /lacie/var xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /lacie/torrent_dir xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /lacie/autoupdate xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /lacie/afp_db xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /shares/Share xfs rw,nosuid,nodev,usrquota,prjquota 0 0
/dev/md4 /shares/Public xfs rw,nosuid,nodev,usrquota,prjquota 0 0
that would mean the firmware failed to mount md4 and then there is an issue with the fs (xfs) on it.
As I do not use the Lacie firmware, I don't know if these commands are available, so do
- Code: Select all
which file xfs_repair
and try also to do a manual mount:
check if mountpoints exist
- Code: Select all
ls -l /shares/Share /shares/Public /lacie/tmp /lacie/var /lacie/autoupdate /lacie/afp_db
and if Yes try to do one (for example with tmp)
- Code: Select all
mount /dev/md4 /lacie/tmp