From: LSMFT on
Why does Linux label /dev/sda to MSDOS?
--
LSMFT

I haven't spoken to my wife in 18 months.
I don't like to interrupt her.
From: Jan Kandziora on
houghi schrieb:
>
> Disk Label: MSDOS
>
That means the partition table itself is from the "MSDOS" type and not
Apple, Amiga or something similar.

Kind regards

Jan


From: LSMFT on
Jan Kandziora wrote:

> houghi schrieb:
>>
>> Disk Label: MSDOS
>>
> That means the partition table itself is from the "MSDOS" type and not
> Apple, Amiga or something similar.
>
> Kind regards
>
> Jan
>

Why isn't there a Linux or Unix type?

--
If I wasn't me I wouldn't like me either.
Signature file not found
From: Abbey Somebody on
On Thu, 17 Jun 2010 21:57:55 -0400, LSMFT <boleyn7(a)aol.com> wrote:

>Why does Linux label /dev/sda to MSDOS?


Linux "names" devices. It doesn't "label" them.

First PATA drive = /dev/hda

First SATA drive = /dev/sda

It does not look at volumes when naming the device.

The volumes get enumerated

hda1
hda2
sda1
sda2
etc.

Look here for tips about how Linux "sees" and "attaches to" hard drives
and their volumes.

http://www.justlinux.com/forum/showthread.php?t=153121
From: Abbey Somebody on
On Fri, 18 Jun 2010 08:56:12 +0200, houghi <houghi(a)houghi.org.invalid>
wrote:

>LSMFT wrote:
>> Why does Linux label /dev/sda to MSDOS?
>
>From what I see that is not Linux, but the manufacturor.
>For others: YaST, System, Partitioner. Select a HD and click on the tab
>'Overview'. An example below.
>
>Device:
> Device: /dev/sda
> Size: 465.76 GB
> Device Path: pci-0000:00:1f.2-scsi-0:0:0:0
> Device ID 1: ata-SAMSUNG_HD502IJ_S13TJ1KQ625019
> Device ID 2: scsi-SATA_SAMSUNG_HD502IJS13TJ1KQ625019
>Used By:
> Hard Disk:
> Vendor: SAMSUNG
> Model: HD502IJ
> Number of Cylinders: 60801
> Cylinder Size: 7.84 MB
> Bus: IDE
> Disk Label: MSDOS
>
>All disks I have (from three differnt vendors on two different machines)
>have the disk label MSDOS.
>
>houghi


Yes, but was it you that labeled them?