I can't access the NTFS volumes on my system. Strangely, they show up in the Media browser list of devices, even with correct volume titles for those that have them. But if I try to access them, I can't.
Here's the setup: I multi-boot, using an IDE hard drive (HD0 according to GRUB) with Kubuntu 8.04.1 on it. Windows XP boots off the first partition of a SATA hard drive (HD1,0 according to GRUB) which is partitioned in 3 parts, all NTFS volumes. There is a second SATA drive with just data on it, also all NTFS partitions.
If I try to open one of the NTFS volumes in the Media browser right after logging in, I get prompted for my password, with a notice saying something about "internal media" violating "system policies."
So, I enter my password, and...nothing happens. The contents of the drive never come up.
I've also tried mounting the volumes the hard way, in Konsole. No dice. I'm told the NTFS volume is "in use," even though I'm not doing anything with it.
Running gparted shows the NTFS volumes, but there's a yellow triangle with exclamation point flag on each of them.
It's as if the NTFS volumes were almost, but not quite, mounted.
I do need full read-write access to the NTFS volumes, as they have some files on them I need to use while running Kubuntu. Is there any way to make them mount that way automatically?
FWIW, here's the contents of my /etc/fstab file:
How do I fix this?
Here's the setup: I multi-boot, using an IDE hard drive (HD0 according to GRUB) with Kubuntu 8.04.1 on it. Windows XP boots off the first partition of a SATA hard drive (HD1,0 according to GRUB) which is partitioned in 3 parts, all NTFS volumes. There is a second SATA drive with just data on it, also all NTFS partitions.
If I try to open one of the NTFS volumes in the Media browser right after logging in, I get prompted for my password, with a notice saying something about "internal media" violating "system policies."
So, I enter my password, and...nothing happens. The contents of the drive never come up.
I've also tried mounting the volumes the hard way, in Konsole. No dice. I'm told the NTFS volume is "in use," even though I'm not doing anything with it.
Running gparted shows the NTFS volumes, but there's a yellow triangle with exclamation point flag on each of them.
It's as if the NTFS volumes were almost, but not quite, mounted.
I do need full read-write access to the NTFS volumes, as they have some files on them I need to use while running Kubuntu. Is there any way to make them mount that way automatically?
FWIW, here's the contents of my /etc/fstab file:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=7496f848-a0cc-4540-b773-c68f52c6d214 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda3
UUID=17298028-07c1-4538-9ad5-44716179185a /home ext3 relatime 0 2
# /dev/sda2
UUID=0a707be2-4b34-459f-9d61-253fff5cd497 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=7496f848-a0cc-4540-b773-c68f52c6d214 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda3
UUID=17298028-07c1-4538-9ad5-44716179185a /home ext3 relatime 0 2
# /dev/sda2
UUID=0a707be2-4b34-459f-9d61-253fff5cd497 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Comment