Can't read off 2nd hard disk (Mandrake 10)
I want to read off of my other hard disk which has Windows on it and I was able to for a while and then magically after I restarted my computer and booted into Windows and then restarted again and booted back into Linux I was no longer able to read off my Windows hard disk in Linux....what gives? Before I could access it using my normal username; now I can only read it if I go into the terminal as root. Harddrake says that my Windows hard disk is owned by root (makes sense but I thought I'd just throw it in there). My /etc/fstab is posted below.
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdb2 /home/windows ntfs umask=755,user,suid,dev,exec 0 0
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
|