the options correspond which file system?
- From: "freegnu" <freegnu@xxxxxxx>
- Date: Thu, 28 Dec 2006 15:44:51 +0800
the options correspond which file system? i only know msdos_partition
correspond FAT.
static int (*check_part[])(struct gendisk *hd, struct block_device *bdev,
unsigned long first_sect, int first_minor) = {
#ifdef CONFIG_ACORN_PARTITION
acorn_partition,
#endif
#ifdef CONFIG_EFI_PARTITION
efi_partition, /* this must come before msdos */
#endif
#ifdef CONFIG_LDM_PARTITION
ldm_partition, /* this must come before msdos */
#endif
#ifdef CONFIG_MSDOS_PARTITION
msdos_partition,
#endif
#ifdef CONFIG_OSF_PARTITION
osf_partition,
#endif
#ifdef CONFIG_SUN_PARTITION
sun_partition,
#endif
#ifdef CONFIG_AMIGA_PARTITION
amiga_partition,
#endif
#ifdef CONFIG_ATARI_PARTITION
atari_partition,
#endif
#ifdef CONFIG_MAC_PARTITION
mac_partition,
#endif
#ifdef CONFIG_SGI_PARTITION
sgi_partition,
#endif
#ifdef CONFIG_ULTRIX_PARTITION
ultrix_partition,
#endif
#ifdef CONFIG_IBM_PARTITION
ibm_partition,
#endif
NULL
};
.
- Follow-Ups:
- Re: the options correspond which file system?
- From: Dances With Crows
- Re: the options correspond which file system?
- From: Bill Marcum
- Re: the options correspond which file system?
- From: John-Paul Stewart
- Re: the options correspond which file system?
- Prev by Date: Re: is there an Boot Sector or Partition Table on usb flash disk?
- Next by Date: Re: DLT4000 Adaptec 2920C tape streaming question
- Previous by thread: is there an Boot Sector or Partition Table on usb flash disk?
- Next by thread: Re: the options correspond which file system?
- Index(es):
Relevant Pages
|