Mounting windows files in linux
by Selva[ Edit ] 2008-05-08 16:34:35
If we have dual operating system (windows and linux),in linux we have options to mount windows files in the same system.For this first give
fdisk -l and see in which partition windows is loaded.
As an example consider that windows is loaded in
/dev/sda1 .Now give the command
mount /dev/sda1 /mnt .Change to /mnt directory by giving
cd /mnt ,then give
ls command,now you can see the files in windows are listed.