ho eseguito in ordine:
- fdisk -l e sda e’ visibile
- blkid
- fdisk -l e sda e’ ancora visibile
posto il codice
[code][liveuser@localhost ~]$ su
[root@localhost liveuser]# fdisk -l
Disk /dev/sda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa550a550
Device Boot Start End Blocks Id System
/dev/sda1 1 12748 102398278+ 7 HPFS/NTFS
/dev/sda2 12749 30515 142713427+ 7 HPFS/NTFS
Disk /dev/sdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa4f5a4f5
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 30514 245103673+ 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5b6ac646
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30401 244196001 7 HPFS/NTFS
Disk /dev/dm-0: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn’t contain a valid partition table
Disk /dev/dm-1: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn’t contain a valid partition table
[root@localhost liveuser]# blkid
/dev/loop0: TYPE=“squashfs”
/dev/loop2: TYPE=“squashfs”
/dev/loop3: LABEL=“Fedora-11-i686-L” UUID=“d8394cd3-060a-42c8-8585-aebb23927bcb” TYPE=“ext4”
/dev/sdb1: UUID=“84E0A333E0A32A7E” TYPE=“ntfs”
/dev/sdc1: UUID=“9E04F50704F4E2E7” LABEL=“PRV972” TYPE=“ntfs”
/dev/dm-0: LABEL=“Fedora-11-i686-L” UUID=“d8394cd3-060a-42c8-8585-aebb23927bcb” TYPE=“ext4”
/dev/dm-1: LABEL=“Fedora-11-i686-L” UUID=“d8394cd3-060a-42c8-8585-aebb23927bcb” TYPE=“ext4”
[root@localhost liveuser]# fdisk -l
Disk /dev/sda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa550a550
Device Boot Start End Blocks Id System
/dev/sda1 1 12748 102398278+ 7 HPFS/NTFS
/dev/sda2 12749 30515 142713427+ 7 HPFS/NTFS
Disk /dev/sdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa4f5a4f5
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 30514 245103673+ 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5b6ac646
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30401 244196001 7 HPFS/NTFS
Disk /dev/dm-0: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn’t contain a valid partition table
Disk /dev/dm-1: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn’t contain a valid partition table
[root@localhost liveuser]#
[/code]
ora provo ad installare dal live.
ciao