07-29-2015, 11:29 PM
Those UUID's don't look right at all. They should be something like '4f9e3858-d3f2-49da-8504-c728c7ccee88' instead yours are like 'A0103FFB103FD74E' Can you check again with the sudo blkid command please. Also check the formatting of your fstab. Each block of info should be proceeded by a tab eg.
You have: UUID=A0103FFB103FD74E /home/paul/seagate400 ntfs defaults,umask=007, uid=1000, gid=1000 0 0
Should be: UUID=D872AA8A72AA6D46 /home/paul/wd2000 ntfs defaults,umask=007,uid=1000,gid=1000 0 0
looks like you've just put a space instead of a tab.
You also have spaces after these: umask=007, uid=1000, gid=1000
when there should be none. Should be: umask=007,uid=1000,gid=1000
Much to work on here.
You have: UUID=A0103FFB103FD74E /home/paul/seagate400 ntfs defaults,umask=007, uid=1000, gid=1000 0 0
Should be: UUID=D872AA8A72AA6D46 /home/paul/wd2000 ntfs defaults,umask=007,uid=1000,gid=1000 0 0
looks like you've just put a space instead of a tab.
You also have spaces after these: umask=007, uid=1000, gid=1000
when there should be none. Should be: umask=007,uid=1000,gid=1000
Much to work on here.