Grub non rileva wxp che si trova sul Raid 0
Grub non rileva wxp che si trova sul Raid 0
Saluto tutti questo è il mio primo messaggio sul forum.
Dunque il mio sistema è cosi composto p5qpro con 4 dischi sata
due da 160 in raid 0 dove è installato wxp
un 500 storage
un 120 estraibile dove ho installato la 8.10
quando avvio il sistema grub non mi indica xp nei s.o. da avviare.
allego fdisk:
sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sda doesn't contain a valid partition table
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x23b8 of partition table 5 will be corrected by w(rite)
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xefe8efe8
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 6375 38913 261369517+ f W95 Ext'd (LBA)
/dev/sdb5 ? 215287 222414 57252037 a9 NetBSD
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd52ed52e
Device Boot Start End Blocks Id System
/dev/sdc1 1 60801 488384001 7 HPFS/NTFS
Disk /dev/sdd: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfa8afa8a
Device Boot Start End Blocks Id System
/dev/sdd1 1 14334 115137823+ 83 Linux
/dev/sdd2 14335 14946 4915890 5 Extended
/dev/sdd5 14335 14946 4915858+ 82 Linux swap / Solaris
e menu.lst:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=3342d580-d43e-43e3-ac46-4c03c71081b5
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
ho provato a modificare il menu.lst inserendo le seguenti opzioni:
title Windows XP
Root (hd1,0)
makeactive
chainloader +1
title Windows XP
Root (hd1,0)
makeactive
savedefault
chainloader +1
in questo caso appare in grub anche wxp ma non si avvia il s.o.
sono alle prime armi, magari è una banalità non saprei
grazie
Dunque il mio sistema è cosi composto p5qpro con 4 dischi sata
due da 160 in raid 0 dove è installato wxp
un 500 storage
un 120 estraibile dove ho installato la 8.10
quando avvio il sistema grub non mi indica xp nei s.o. da avviare.
allego fdisk:
sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sda doesn't contain a valid partition table
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x23b8 of partition table 5 will be corrected by w(rite)
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xefe8efe8
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 6375 38913 261369517+ f W95 Ext'd (LBA)
/dev/sdb5 ? 215287 222414 57252037 a9 NetBSD
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd52ed52e
Device Boot Start End Blocks Id System
/dev/sdc1 1 60801 488384001 7 HPFS/NTFS
Disk /dev/sdd: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfa8afa8a
Device Boot Start End Blocks Id System
/dev/sdd1 1 14334 115137823+ 83 Linux
/dev/sdd2 14335 14946 4915890 5 Extended
/dev/sdd5 14335 14946 4915858+ 82 Linux swap / Solaris
e menu.lst:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=3342d580-d43e-43e3-ac46-4c03c71081b5
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3342d580-d43e-43e3-ac46-4c03c71081b5 ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid 3342d580-d43e-43e3-ac46-4c03c71081b5
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
ho provato a modificare il menu.lst inserendo le seguenti opzioni:
title Windows XP
Root (hd1,0)
makeactive
chainloader +1
title Windows XP
Root (hd1,0)
makeactive
savedefault
chainloader +1
in questo caso appare in grub anche wxp ma non si avvia il s.o.
sono alle prime armi, magari è una banalità non saprei
grazie
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Grub non rileva wxp che si trova sul Raid 0
intanto levane uno,ne hai 2 uguali e non servono a nulla.ho provato a modificare il menu.lst inserendo le seguenti opzioni:
title Windows XP
Root (hd1,0)
makeactive
chainloader +1
title Windows XP
Root (hd1,0)
makeactive
savedefault
chainloader +1
prova a modificarlo cosi:
title Windows XP
Root (hd1,0)
makeactive
savedefault
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Re: Grub non rileva wxp che si trova sul Raid 0
si li ho provati uno alla volta (yes) comunque ora provo come dici tu
Re: Grub non rileva wxp che si trova sul Raid 0
attenzione alla R maiuscola di root
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
Re: Grub non rileva wxp che si trova sul Raid 0
mi da error 11
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Grub non rileva wxp che si trova sul Raid 0
non l'avevo vista. bravo patelCodice: Seleziona tutto
attenzione alla R maiuscola di root
correggi la "R"title Windows XP
root (hd1,0)
makeactive
savedefault
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Re: Grub non rileva wxp che si trova sul Raid 0
si scritta minuscola la r ma non va... altre idee?
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Grub non rileva wxp che si trova sul Raid 0
patel che dici?
title Windows XP
root (hd1,0)
makeactive
savedefault
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
chainloader +1
Re: Grub non rileva wxp che si trova sul Raid 0
non va ma quale errore da ? il menù è completo, quale voce non funziona ?
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
Re: Grub non rileva wxp che si trova sul Raid 0
ma in map ci va la virgola o no?
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
o cosi?
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
o cosi?
map (hd0) (hd1)
map (hd1) (hd0)
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Grub non rileva wxp che si trova sul Raid 0
se il primo che ti ho detto non ha funzionato,prova cosi...
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
Re: Grub non rileva wxp che si trova sul Raid 0
forse conviene dare un'occhiata anche a http://wiki.ubuntu-it.org/Hardware/Disp ... ght=(raid)
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
- pieddu
- Tenace Tecnocrate

- Messaggi: 13453
- Iscrizione: sabato 11 novembre 2006, 21:46
- Desktop: Mate XFCE
- Distribuzione: Devuan Trisquel
- Sesso: Maschile
- Località: Serravalle di Chienti (Taverne)
Re: Grub non rileva wxp che si trova sul Raid 0
come dice sopra patel e visto questo errore, inutile modificare grub se prima non risolvi questo...piux ha scritto:
Disk /dev/sda doesn't contain a valid partition table
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x23b8 of partition table 5 will be corrected by w(rite)
Re: Grub non rileva wxp che si trova sul Raid 0
ho modificato grub cosi
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
ma mi da error 11 unrecognized device string.
per quanto riguarda questo errore
Disk /dev/sda doesn't contain a valid partition table
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x23b8 of partition table 5 will be corrected by w(rite)
devo provare a seguire la guida per fakeraid indicata da patel?
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
ma mi da error 11 unrecognized device string.
per quanto riguarda questo errore
Disk /dev/sda doesn't contain a valid partition table
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x23b8 of partition table 5 will be corrected by w(rite)
devo provare a seguire la guida per fakeraid indicata da patel?
- pieddu
- Tenace Tecnocrate

- Messaggi: 13453
- Iscrizione: sabato 11 novembre 2006, 21:46
- Desktop: Mate XFCE
- Distribuzione: Devuan Trisquel
- Sesso: Maschile
- Località: Serravalle di Chienti (Taverne)
Re: Grub non rileva wxp che si trova sul Raid 0
credo di si, fino a che fdisk vede 2 dischi o non vede correttamente la tabella....piux ha scritto: devo provare a seguire la guida per fakeraid indicata da patel?
Re: Grub non rileva wxp che si trova sul Raid 0
ok per ora vi ringrazio provo e vi faccio sapere
Re: Grub non rileva wxp che si trova sul Raid 0
non sono ancora riuscito ho letto la guida sul fakeraid ma mi sembra che spieghi come fare delle nuove partizioni da dedicare al raid per una istallazione nuova, io avrei bisogno di far riconoscre al sistema i due dischi in raid 0 dove ho già wxp.
ho cercato casi simili ma tutto quello che ho trovato e provato per ora non funziona
ho notato che subito dopo la scelta di ubuntu su grub prima che cominci a caricare il s.o. appare (hd0,0)... ma non dovrebbe essere (hd3) visto che ubuntu e su sdd come indicatomi da fdisk -l ???
non so forse sto facendo confusione mi date qualche dritta
grazie
ho cercato casi simili ma tutto quello che ho trovato e provato per ora non funziona
ho notato che subito dopo la scelta di ubuntu su grub prima che cominci a caricare il s.o. appare (hd0,0)... ma non dovrebbe essere (hd3) visto che ubuntu e su sdd come indicatomi da fdisk -l ???
non so forse sto facendo confusione mi date qualche dritta
grazie
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Grub non rileva wxp che si trova sul Raid 0
riposta per cortesia
Codice: Seleziona tutto
sudo fdisk -lRe: Grub non rileva wxp che si trova sul Raid 0
mauro@pcubuntu:~$ sudo fdisk -l
[sudo] password for mauro:
Disco /dev/sda: 160.0 GB, 160041885696 byte
255 testine, 63 settori/tracce, 19457 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x00000000
Il disco /dev/sda non contiene una tabella delle partizioni valida
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: il flag 0x23b8 non valido della tabella delle partizioni 5 verrà corretto con w(rite)
Disco /dev/sdb: 160.0 GB, 160041885696 byte
255 testine, 63 settori/tracce, 19457 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xefe8efe8
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 6375 38913 261369517+ f W95 Esteso (LBA)
/dev/sdb5 ? 215287 222414 57252037 a9 NetBSD
Disco /dev/sdc: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xd52ed52e
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 1 60801 488384001 7 HPFS/NTFS
Disco /dev/sdd: 122.9 GB, 122942324736 byte
255 testine, 63 settori/tracce, 14946 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xfa8afa8a
Dispositivo Boot Start End Blocks Id System
/dev/sdd1 1 14334 115137823+ 83 Linux
/dev/sdd2 14335 14946 4915890 5 Esteso
/dev/sdd5 14335 14946 4915858+ 82 Linux swap / Solaris
mauro@pcubuntu:~$
[sudo] password for mauro:
Disco /dev/sda: 160.0 GB, 160041885696 byte
255 testine, 63 settori/tracce, 19457 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x00000000
Il disco /dev/sda non contiene una tabella delle partizioni valida
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: i dati supplementari nella tabella delle partizioni 5 vengono ignorati
Attenzione: il flag 0x23b8 non valido della tabella delle partizioni 5 verrà corretto con w(rite)
Disco /dev/sdb: 160.0 GB, 160041885696 byte
255 testine, 63 settori/tracce, 19457 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xefe8efe8
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sdb2 6375 38913 261369517+ f W95 Esteso (LBA)
/dev/sdb5 ? 215287 222414 57252037 a9 NetBSD
Disco /dev/sdc: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xd52ed52e
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 1 60801 488384001 7 HPFS/NTFS
Disco /dev/sdd: 122.9 GB, 122942324736 byte
255 testine, 63 settori/tracce, 14946 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xfa8afa8a
Dispositivo Boot Start End Blocks Id System
/dev/sdd1 1 14334 115137823+ 83 Linux
/dev/sdd2 14335 14946 4915890 5 Esteso
/dev/sdd5 14335 14946 4915858+ 82 Linux swap / Solaris
mauro@pcubuntu:~$
Chi c’è in linea
Visualizzano questa sezione: gugli e 7 ospiti
