How to fix file system errors?
You can't run chkdsk on a network drive from a Windows machine so you have two options;
- if you have desktop PC, remove the drive from the GoFlex Home and connect it with SATA using David Vielmetter's handy tip. Then you can run chkdsk /r from an administrator command window
- connect remotely with SSH from another PC and run the Linux command pchkntfs.
First eject the drive from the seagateshare web app> Preferences> Administration> Storage device(s)
Then connect with SSH and become superuser and type the command /usr/sbin/pchkntfs -f /dev/sda1 and you should see output similar to this;
Reboot the GoFlex Home and the hard drive should mount correctly.