|
| fdisk -l Fra : Morten |
Dato : 18-10-02 17:21 |
|
Hej. Prøv at se typen på /dev/hdb1
[root@brutalis root]# fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 7476 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 3648 29302528+ 7 HPFS/NTFS
/dev/hda2 3649 3714 530145 82 Linux swap
/dev/hda3 3715 4989 10241437+ 83 Linux
/dev/hda4 4990 7476 19976827+ c Win95 FAT32 (LBA)
Disk /dev/hdb: 255 heads, 63 sectors, 9729 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 9729 78148161 7 HPFS/NTFS
Nu angiver jeg eksplicit /dev/hdb1
[root@brutalis root]# fdisk -l /dev/hdb1
Disk /dev/hdb1: 255 heads, 63 sectors, 9728 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1p1 1 9728 78140128+ c Win95 FAT32 (LBA)
Sidstnævnte er korrekt. Men her er output også /dev/hdb1p1, ikke
blot /dev/hdb1 - nogen der kan forklare mig hvad der foregår?
Mvh Morten
| |
Kent Friis (18-10-2002)
| Kommentar Fra : Kent Friis |
Dato : 18-10-02 17:22 |
|
Den Fri, 18 Oct 2002 18:20:57 +0200 skrev Morten:
>
>Hej. Prøv at se typen på /dev/hdb1
>
>[root@brutalis root]# fdisk -l
>
>Disk /dev/hdb: 255 heads, 63 sectors, 9729 cylinders
>Units = cylinders of 16065 * 512 bytes
>
> Device Boot Start End Blocks Id System
>/dev/hdb1 1 9729 78148161 7 HPFS/NTFS
>
>Nu angiver jeg eksplicit /dev/hdb1
>
>[root@brutalis root]# fdisk -l /dev/hdb1
>
>Disk /dev/hdb1: 255 heads, 63 sectors, 9728 cylinders
>Units = cylinders of 16065 * 512 bytes
>
> Device Boot Start End Blocks Id System
>/dev/hdb1p1 1 9728 78140128+ c Win95 FAT32 (LBA)
>
>Sidstnævnte er korrekt. Men her er output også /dev/hdb1p1, ikke
>blot /dev/hdb1 - nogen der kan forklare mig hvad der foregår?
Du beder fdisk vise partitionstabellen på partitionen hdb1, som om
den indeholdt under-partitioner. Det gør den ikke, så resultatet kan
kun blive forkert.
Mvh
Kent
--
Indlæringskurven til Linux er stejl, til tider lodret... Men for katten
hvor er udsigten på toppen dog fantastisk
- Michael G. Vendelbo i dk.snak
| |
|
|