Ik heb hier een XP-Ubuntu dual boot systeempje draaien, waar ik sinds vandaag een partitie mis (/home)... Bij het booten geeft hij aan dat hij de /home partitie niet kan vinden en kan ik dit skippen, waarna het systeem practisch onbruikbaar is omdat hij vanalles mist, of manual recovery, echter ben ik nog niet zo heel lang met Linux bezig waardoor ik er niet helemaal goed uit kom om dit te herstellen.
Ik vermoed dat het probleem heeft zich voortgedaan nadat ik:
1. Via ext2fsd toegang tot de /home partitie heb verleent in windows
of
2. In windows de gemounte /home partie tijdelijk hernoemd heb.
Is er iemand die mij hier mee kan helpen? Via de LiveCD kan ik overigens ook niet bij de partitie komen...
Ik vermoed dat het probleem heeft zich voortgedaan nadat ik:
1. Via ext2fsd toegang tot de /home partitie heb verleent in windows
of
2. In windows de gemounte /home partie tijdelijk hernoemd heb.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=29676f91-a086-426d-b9c4-e4dca7c0e3d4 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda2 during installation UUID=fcc6e0be-1c32-40ed-bc69-f1fd8e65c466 /boot ext4 defaults 0 2 # /home was on /dev/sda6 during installation UUID=6c140ffb-b4d4-4f9c-82e3-0d236d45b849 /home ext3 defaults 0 2 # swap was on /dev/sda3 during installation UUID=8407b4d7-ad93-42f8-8bb3-bd52339830b8 none swap sw 0 0 |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| sudo fdisk -l omitting empty partition (6) omitting empty partition (6) Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xede55a04 Device Boot Start End Blocks Id System /dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS /dev/sda2 2551 2581 243712 83 Linux /dev/sda3 2581 2824 1952768 82 Linux swap / Solaris /dev/sda4 2824 9730 55469057 5 Extended /dev/sda5 2824 4648 14647296 83 Linux |
Is er iemand die mij hier mee kan helpen? Via de LiveCD kan ik overigens ook niet bij de partitie komen...
"It's better to keep your mouth shut and give the impression that you're stupid than to open it and remove all doubt."