Unable to access files in Windows and Linux
Hi
I have access to some of my files but when i try to access that files I get following error message: "unable to meet demand due to an error of I / O devices. These files are on my internal hard drive. i tried to access on Linux also but same problem.
Can you help me ?
Thanks
Re: Unable to access files in Windows and Linux
This type of error comes from a failure of your hard drive.
Tries to make cleaning your disk and after taking a program to retrieve data.
Re: Unable to access files in Windows and Linux
I had a clean record, a scan and I used a recovery program, but it gives me access only files that have been removed, not those in files on the disc.
I did a check disk and not from the console, but right from the start (with F8, then CheckDisk). I guess it's the same thing and no problem found.
Re: Unable to access files in Windows and Linux
Create a directory under Linux that will link to your Windows drive/partition
at the prompt type (only do this once): mkdir /mnt/win . Then mount your Windows drive and link it to this new directory under Linux at the prompt type exactly: mount -t vfat /dev/hda1 /mnt/win
If you are using Windows NT, 2000, 2003, or XP you need to instead use this command:
mount -t ntfs /dev/hda1 /mnt/win