Jump to content

how to mount windows partition


galaxy3001
 Share

Recommended Posts

In an editor as root, add the following line to your /etc/fstab

 

/dev/hda1 /mnt/win_c vfat umask=0,iocharset=iso8859-1,codepage=850 0 0

 

In the above case, the partition is the first one on the primary master drive, and the mount point is called mnt_c. So, edit the line to match your setup. Example , if your partition is the second one on the secondary master, it would be /dev/hdc2. If your mount point (in the folder /mnt on the tree) called bertha, then the line would be

 /dev/hdc2 /mnt/bertha vfat umask=0, iocharset=iso8859-1,codepage=850 0 0

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...