When I first installed breezy, I mounted my windows drive (/dev/sda1) under /media/windows. Everything worked fine and I could access everything under the drive. Now, I can only get into the drive as root. Somehow, I guess the permissions got corrupted. When I try to chmod 644 the directory as root (it's NTFS, and read only) I get an comment about it being a read only fs and I'm still unable to access the drive once I leave the root shell.
I'm sure this is an easy fix, but it's annoying. In case it's needed, here's my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sda1 /media/windows ntfs ro,user 0 0