Hey all,
So here is my issue. I was working yesterday to get my external hdd mounted so i could access my music files. Eventually I got it to work and could view and edit all files. I was still unable to get audio which was my project for the day.(total newbie) however when I opened up the external hdd mounted in media there is nothing in the drive now. When I right-click and go to properties it shows the disk space has been used and there is 7gb of used space but it shows 0 files/ 0 subfolders. Not overly sure what you guys need to help me out but I'll be a little pre-emptive and post my fstab file for you guys to take a look at.
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sdb1 :
UUID=51de437b-e0b0-45bd-a1ab-7459d60d0a85 / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/sdb5 :
UUID=3752658a-85d5-4bd6-b9d2-e6c0f833df47 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
/dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_CA.UTF-8 0 0
/dev/sdc1 /media/sdc1 ntfs-3g defaults,locale=en_CA.UTF-8 0 0
So here is my issue. I was working yesterday to get my external hdd mounted so i could access my music files. Eventually I got it to work and could view and edit all files. I was still unable to get audio which was my project for the day.(total newbie) however when I opened up the external hdd mounted in media there is nothing in the drive now. When I right-click and go to properties it shows the disk space has been used and there is 7gb of used space but it shows 0 files/ 0 subfolders. Not overly sure what you guys need to help me out but I'll be a little pre-emptive and post my fstab file for you guys to take a look at.
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sdb1 :
UUID=51de437b-e0b0-45bd-a1ab-7459d60d0a85 / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/sdb5 :
UUID=3752658a-85d5-4bd6-b9d2-e6c0f833df47 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
/dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_CA.UTF-8 0 0
/dev/sdc1 /media/sdc1 ntfs-3g defaults,locale=en_CA.UTF-8 0 0
Comment