LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux having trouble reading mounted Windows drive (https://www.linuxquestions.org/questions/linux-general-1/linux-having-trouble-reading-mounted-windows-drive-381972/)

trentr 11-10-2005 07:55 PM

Linux having trouble reading mounted Windows drive
 
During the Linux install, I did something I perhaps shouldn't have (or so it seems). Under the Windows partition (a FAT32 one), I asked Linux to mount it in /mnt/windows. I made linux the default operating system to boot to, and wrote Grub to the MBR. I did this before and was able to easily switch between the two. This time, however, when I select Windows in GRUB, it simply goes into Linux. I checked the commands and they are normal:

rootnoverify (hd0,0)
chainloader +1

My windows partition is actually called hdc1. I read somewhere something about putting hd2 instead of hd0 and tried it, but that didn't work. Anyway, the problem is not only that Windows doesn't boot, as I could live with that if I could read the files, but Linux doesn't read the files properly! Inside the /mnt/windows directory (the mounted file system), all of my directories are showing as files instead of directories that I can actually enter in Linux - files that nothing can be done with. That is, except for one directory, a directory called WUTemp, which is totally fine (it had a bunch of useless windows update files in it or something). Additionally, the files that aren't directories that were in the root are also fine. Any ideas what is going on here? Thank you so much for the help!

saikee 11-11-2005 05:49 AM

To solve the booting into Windows by Linux you need to show your partition scheme, Grub's record on the drive and Grub's menu for controlling the booting process. Therefore list out the content of

(1) do fdisk -l at the root terminal, cut and paste the screen info
(2) list /boot/grub/device.map
(3) list /boot/grub/menu.lst

To solve the 2nd problem of seeing the full directories in Windows you need to log in as root (or root terminal) to have the admin privilege to see and operate protected files.


All times are GMT -5. The time now is 03:43 AM.