Home › Forums › Problems & Issues › After reinstall volumes doesnt mount › Reply To: After reinstall volumes doesnt mount
October 29, 2017 at 9:53 pm
#10017
Keymaster
Hi Haresh,
I’m sorry for the failure you have in your disk.
EasyNAS is a sophisticated GUI for a linux box. there is an option to mount via command line.
in the console select shell
and type: sudo su –
you will gain root access to the system.
try to look is btrfs shows the drive, type:
> btrfs fi show
mount the filesystem manually:
> mount -t btrfs /mnt/fs
please let me know what you got.
Yariv.