First you people need to be sure about which windows partition you want to access. For that, if you were a newbie then access any partition manager like gparted and conclude whether its hda1 or hda2… or hdb1 or hdb2 etc. Use the partition size as a clue to identify the right partition.
Once you got the right thing, create a folder in the mnt directory. If there is no such mnt directory then use the media directory.
To create a folder in any of these directories, you should have the root permission. For that, use the SU command, provide the root password and then create the folder.
mkdir /mnt/foldername
(or)
mkdir /media/foldername
Once you have created the folder, you would be mounting the windows ntfs partition onto this folder with the following command. Read the rest of this entry »
Recent Comments