Ubuntu Forums Archive Viewer

[SOLVED] Dual-booting xp and intrepid can't see win partition

Archived thread 1000038 from New to Ubuntu. Markdown source: New_to_Ubuntu/thread_1000038_[SOLVED]_Dual-booting_xp_and_intrepid_can't_see_wi.md

Original URL About this archive
#1

Hi,

I'm dual-booting Windows XP and Ubuntu 8.10 on a Toshiba Laptop and I'm not able to access the windows partition on ubuntu. When I had installed ubuntu I was able to acess it but now I'm not... Why?

#2

You can still boot on XP?

#3

Yes.

#4

Yes.

Sorry for the double posting.

#5

One way to make it visible is to download ntfs-config from Synaptic. Run it and it will re-write your fstab file and make your win partition visible on your desktop.

#6

I tried what you suggested but it didn't work, it gave an error message like the one before.

Here's the error message: [IMG]http://img230.imageshack.us/img230/631/screenshottm2.png[/IMG]

#7

Go to command line and type:

sudo mount -t ntfs-3g /dev/sda1 /media/drv0 -o force

If that doesn't work do this:

1) Go to command line and run blkid. 2) Copy the UUID for /dev/sda1. 3) Go to command line and run sudo gedit /etc/fstab. 4) If you see a /dev/sda1 line erase it and add the following:

# /dev/sda1
UUID=***********       /media/drv0       ntfs-3g         defaults      0   0

Just copy the UUID from earlier to *********** and save it there and restart.

#8

It didn't work. It says "fuse:failed to acess mountpoint /media/drv0"

#9

nfcampos said: It didn't work. It says "fuse:failed to acess mountpoint /media/drv0"

I just re-edited my post, try that.

Also your error stated that "$logfile indicated an unclean shutdown." Boot into Windows and just do a clean shutdown. I'm pretty sure if you update your fstab file and do a nice clean shutdown in Windows, it should work.

#10

An unclean disk is usually caused by an improper shutdown of windows or a windows crash. (Gee that never happens) The best way to fix it is to boot up windows and shut it down using the start menu option.