nieuwe installatie van wubi binnen xp

Vragen/antwoorden betreffende Linux / Unix

jpcdb80
Lid geworden op: 07 jan 2008, 20:07

04 dec 2010, 09:22

beste,

Ik vraag mij af op welke manier ik mijn persoonlijke data kan terugvinden binnen wubi
Op de C-root zie ik een map \ubuntu\docs maar die map is leeg
Kan ik die data vanuit windows verkenner localiseren en verplaatsen na een nieuwere versie van wubi ?
Ik zou graag wubi 10.10 opnieuw installeren, want de upgrade vanuit wubi 10.04 is niet zo goed gelukt - vooral problemen met firefox en terug problemen met multimediacodecs.

dank bij voorbaat
jacques

go4it
Lid geworden op: 31 jan 2008, 20:15

06 dec 2010, 21:57

Neen, vanuit windows kan je niet zomaar een linux filesysteem benaderen.
Je zou met een live-cd kunnen booten een alles copieren op een USB-FAT32
stick (of externe disk in FAT32)

zie ook:

How can I access the Wubi files from Windows?

There are a few Windows applications that can mount ext2-based file systems. See for instance:

*

http://www.chrysocome.net/explore2fs
*

http://www.fs-driver.org/
*

http://ext2read.sf.net (has ext4 support)

The relevant Wubi files you need to access are located under C:\ubuntu\disks\

How can I access my Wubi install and repair my install if it won't boot?

Boot the Ubuntu Desktop CD, or another LiveCD, then mount the windows partition:

sudo mkdir /win
sudo mount /dev/sda1 /win

Replace sda1 with the appropriate device (a = disk, 1 = partition number), then mount the virtual disk therein

sudo mkdir /vdisk
sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk

Now the content of the virtual disk will be visible under /vdisk. 7.04 users will have to install ntfs-3g first and specify it as fstype to gain r/w access.

To check the filesystem you can use:

sudo fsck /win/ubuntu/disks/root.disk