After the last re-installation of Ubuntu8.04, the Windows partition cannot be entered. By default, the Windows partition is not mounted by MSUbuntu8.04 and must be manually mounted. First, I create a mount point (directory) to access windows partitions through this mount point. By default, Ubuntu creates all mount points for file systems in the/media directory. Sudomkdir/media/server2008 // server2008 is a mount name
Last re-installed Ubuntu 8.04, into the Windows partition will not go into, MS Ubuntu8.04 default not mounted Windows partition, need to be manually mounted.
First, I create a mount point (directory) to access windows partitions through this mount point. By default, Ubuntu creates all mount points for file systems in the/media directory.
Sudo mkdir/media/server2008 // server2008 is a mount name
Then you can mount it:
Sudo mount-t ntfs-3g/dev/sda1/media/server2008-o force // sda1 is the system disk under Windows Partition
To mount other partitions, follow these steps to create a mount point and then execute the mount command.
At first, I mounted the file incorrectly. I created a folder/media/windows and mounted all the partitions below.
Later I found an error, so I executed umount and Ubuntu came up with a prompt: "It seems that/media/windows has been mounted more than once"
And "looks like.