bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /dev/zero


From: Andrew Clausen
Subject: Re: /dev/zero
Date: Mon, 13 Nov 2000 04:38:49 +1100

Stephane BRANGER wrote:
>  >type = ped_disk_type_get ("msdos");
> 
> > if(!type)
> >   printf("Error, can't get type\n");
> 
> > disk = ped_disk_create (device, type);
> 
> > ped_disk_delete_all(disk);
> 
> So my question is why there's only msdos label for disk, isn't there any other
> type of disk ????

There are currently 4 types of disk: pc98, msdos, loop and mac.

Use ped_disk_type_get_next() to find all the disk label types.

Andrew Clausen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]