Ubuntu - /home partitie verdwenen

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Animal_X
  • Registratie: Januari 2000
  • Laatst online: 01:05
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.

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."


Acties:
  • 0 Henk 'm!

  • CAPSLOCK2000
  • Registratie: Februari 2003
  • Laatst online: 15:28

CAPSLOCK2000

zie teletekst pagina 888

Er lijkt inderdaad een partitie te missen. sda5 loopt tot 4648, terwijl de extended partitie tot 9730 loopt.
Aangezien 80G niet zo heel erg veel meer is zou ik je adviseren om een image te maken van je HD op een andere schijf, en dan eerst proberen het image te redden voordat je met je echte HD gaat werken.

Je zou kunnen proberen om die partitie gewoon opnieuw aan te maken, we weten waar hij zou zou moeten zitten. Hij begint bij 4649 en loop tot 9730. Maar pas op, dit zijn riskante zaken, maak een image! (backups had je natuurlijk al).

This post is warranted for the full amount you paid me for it.


Acties:
  • 0 Henk 'm!

  • Animal_X
  • Registratie: Januari 2000
  • Laatst online: 01:05
partitie zojuist in 1min herstelt met Testdisk! Wat een briljante app is dat! _/-\o_

[ Voor 79% gewijzigd door Animal_X op 15-03-2011 20:02 ]

"It's better to keep your mouth shut and give the impression that you're stupid than to open it and remove all doubt."