Where
are my dos Files
I am a new linux user and I have got
redhat 8. I wonder how can I access my dos/windows files on other
partions. Recently when I want to get them, I write them on
cd from hard!
you can try this:
in terminal type- # mount /dev/hdxx /mnt/windows
/dev/hdxx is the partition that has the
windows/dos stuff on this machine its hda1
/mnt/windows is the folder it will go
into on this machine I made that folder for this reason
Its very easy to get dos files on linux
On linux command prompt type fdisk -l
to check out the partitions which have your dos files it should be like
/dev/hda1 or 2 or 3.
lets say if /dev/hda1 has your dos files,
make a directory in /mnt by the name dos.
Now type mnt /dev/hda1 /mnt/dos .
This command will mount your dos partition
on /mnt/dos.
Now you can easily find your required
dos files in /mnt/dos directory.
Have a Linux Issue?
Do
you have a Linux Question?
Linux Home: Linux
System Administration Hints and Tips
(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.
Information used on this site is at your own risk.
All product names are trademarks of their respective
companies.
The site www.gotothings.com is in no way affiliated with
or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.
|