Just did a fresh install of ubuntu 12.04 and decided to try something new. I have 1Tb internal hard drive that I use for storage. I found a guide to mounting it, and have followed it, here's my fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdc1 during installation
UUID=34b6be44-858b-42dc-a730-08ea8f622ef6 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
#UUID=835004e4-cfab-4d20-b4f8-27327d8ce6ef none swap sw 0 0
# swap was on /dev/sdd5 during installation
#UUID=d0a5e5b8-c644-465a-82ab-46e561c19f9c none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
/dev/mapper/cryptswap2 none swap sw 0 0
UUID=697A-2902 /home/nicola/Storage/ vfat uid=1000,gid=1000,umask=0022,sync,auto,rw 0 0
I rebooted and was amazed to see Storage pop up as mounted, as well as in my home directory. Here's the issue though, when I open it, it appears empty. I have checked the code and it seems to be correct, what could be causing this? any help would be greatly appreciated
/home/nicola/Storage
? – Dan Oct 28 '13 at 19:00