Hi there,
I own an external USB HDD that is NTFS formatted. I've been trying to access the files on it using Kubuntu, but haven't had any luck. I've searched the forums threads here about this issue, but nothing I've read seems to work.
The drive is mounted to /media/xhd.
Somehow, an icon appeared on my desktop that has a picture of a USB thumb drive and is captioned "T Drive (xhd)." I can right-click>Mount the drive from here, but when I left click the icon, I get the message:
"Unable to enter file:///media/xhd. You do not have access rights to this location."
Currently, my /etc/fstab file looks like this:
Can someone please tell me how to access the contents of my external HDD? I'm pretty new to Linux in general, so please explain in a way that a n00b could understand.
Thanks in advance for the help!
-Tyler
I own an external USB HDD that is NTFS formatted. I've been trying to access the files on it using Kubuntu, but haven't had any luck. I've searched the forums threads here about this issue, but nothing I've read seems to work.
The drive is mounted to /media/xhd.
Somehow, an icon appeared on my desktop that has a picture of a USB thumb drive and is captioned "T Drive (xhd)." I can right-click>Mount the drive from here, but when I left click the icon, I get the message:
"Unable to enter file:///media/xhd. You do not have access rights to this location."
Currently, my /etc/fstab file looks like this:
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda2 UUID=2a7a62e7-2a64-4780-b261-e4868da16a2c / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1 # /dev/sda1 UUID=265531cd-bd8a-426a-be88-29d08c780ee6 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 /dev/sdb1 /media/xhd auto users,noauto,noatime,rw,nodev,noexec,nosuid 0 0
Thanks in advance for the help!
-Tyler
Comment