See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need to authenticate before accessing internal drives
#13
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.
Reply


Messages In This Thread
Re: Need to authenticate before accessing internal drives - by Valtam - 07-29-2015, 11:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)