My Kubuntu installation recently developed a strange issue. I'm no longer able to see my Windows partition. Before yesterday I was able to read and write to the files on my windows partition, but now they won't even show up.
Any idea what to look for?
Here's my fstab file in case it helps.
Thanks,
Gumper
Any idea what to look for?
Here's my fstab file in case it helps.
Thanks,
Gumper
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 UUID=dccfdad6-3a79-4a7e-ae9b-7c3bafc56230 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda2 UUID=42c1df7b-b066-4c3a-939f-c387c7654350 /home ext3 defaults 0 2 # /dev/sda1 UUID=F49C96CC9C96892E /media/sda1 ntfs defaults,umask=007,gid=46 0 1 # /dev/sda4 UUID=7535fc5b-1b39-4d41-b5db-8ac1d344efd3 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Comment