thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Sun Jul 31, 2005 9:51 am Post subject: See your Windows Partition In Linux |
|
|
edit /etc/vfstab
type emacs vfstab
add the following at the bottom of this file with the same spacing as the rest (use tabs)
/dev/hda1 /dos vfat normal
type CTRL+x then CTRL+s (this is the command to save in emacs)
type CTRL+x then CTRL+x (this will exit emacs)
the next time you reboot the DOS partition will be mounted automatically. |
|