Xile
22-08-2007, 08:58
Ho inserito il disco di ripristino del mio portatile sperando di installare il S.O. in una partizione a mia scelta ed invece ha cominciato subito a ripristinare il tutto senza che mi chiedesse nulla. Mi sono ritrovato con un disco che viene riconosciuto vuoto in formato ntfs sia dall'installer di win che da una live di Ubuntu. Ho provato anche fixmbr ma non ha dato risultati e di seguito ho lanciato gpart. Ecco il risultato:
ubuntu@ubuntu:~$ sudo gpart -f /dev/sda1
Begin scan...
Possible partition(Linux swap), size(972mb), offset(6675mb)
Possible partition(Linux ext2), size(40993mb), offset(7648mb)
Possible partition(DOS FAT), size(46751mb), offset(48642mb)
End scan.
Checking partitions...
* Warning: partition(DOS or Windows 95 with 32 bit FAT, LBA) ends beyond disk end.
Partition(Linux swap or Solaris/x86): primary
Partition(Linux ext2 filesystem): primary
Partition(DOS or Windows 95 with 32 bit FAT, LBA): invalid primary
Ok.
Guessed primary partition table:
Primary partition(1)
type: 130(0x82)(Linux swap or Solaris/x86)
size: 972mb #s(1991928) s(13671378-15663305)
chs: (851/1/1)-(974/253/57)d (851/1/1)-(974/253/57)r
Primary partition(2)
type: 131(0x83)(Linux ext2 filesystem)
size: 40993mb #s(83955624) s(15663375-99618998)
chs: (975/0/1)-(1023/254/63)d (975/0/1)-(6200/253/60)r
Primary partition(3)
type: 000(0x00)(unused)
size: 0mb #s(0) s(0-0)
chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r
Primary partition(4)
type: 000(0x00)(unused)
size: 0mb #s(0) s(0-0)
chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r
La partizione numero 3 è fat mentre la 4 è ext3
C'é possibilità di fixare qualche cosa?
ubuntu@ubuntu:~$ sudo gpart -f /dev/sda1
Begin scan...
Possible partition(Linux swap), size(972mb), offset(6675mb)
Possible partition(Linux ext2), size(40993mb), offset(7648mb)
Possible partition(DOS FAT), size(46751mb), offset(48642mb)
End scan.
Checking partitions...
* Warning: partition(DOS or Windows 95 with 32 bit FAT, LBA) ends beyond disk end.
Partition(Linux swap or Solaris/x86): primary
Partition(Linux ext2 filesystem): primary
Partition(DOS or Windows 95 with 32 bit FAT, LBA): invalid primary
Ok.
Guessed primary partition table:
Primary partition(1)
type: 130(0x82)(Linux swap or Solaris/x86)
size: 972mb #s(1991928) s(13671378-15663305)
chs: (851/1/1)-(974/253/57)d (851/1/1)-(974/253/57)r
Primary partition(2)
type: 131(0x83)(Linux ext2 filesystem)
size: 40993mb #s(83955624) s(15663375-99618998)
chs: (975/0/1)-(1023/254/63)d (975/0/1)-(6200/253/60)r
Primary partition(3)
type: 000(0x00)(unused)
size: 0mb #s(0) s(0-0)
chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r
Primary partition(4)
type: 000(0x00)(unused)
size: 0mb #s(0) s(0-0)
chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r
La partizione numero 3 è fat mentre la 4 è ext3
C'é possibilità di fixare qualche cosa?