RE: disable partitioning!
From: Jinu M. (jinum_at_esntechnologies.co.in)
Date: 03/09/04
- Previous message: Bjoern Schmidt: "Re: fsb of older cpu"
- Maybe in reply to: Jinu M.: "disable partitioning!"
- Next in thread: Michael Clark: "Re: disable partitioning!"
- Reply: Michael Clark: "Re: disable partitioning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Mar 2004 17:43:38 +0530 To: "Stefan Smietanowski" <stesmi@stesmi.com>
Hello Stefan.
> We are writing a block device driver for 2.4.x kernel.
> I want to know how to indicate to the filesystem that our block driver does not support partitions.
> I mean fdisk should not be allowed on disks supported by our block driver.
You can run fdisk on a file if you want to, it doesn't care what type of
block device it is. What you're really asking for is a way to make the
kernel not read the partition table if it exists on the device and
that's something else.
So then how do I stop kernel from reading the partition table?
-Jinu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Bjoern Schmidt: "Re: fsb of older cpu"
- Maybe in reply to: Jinu M.: "disable partitioning!"
- Next in thread: Michael Clark: "Re: disable partitioning!"
- Reply: Michael Clark: "Re: disable partitioning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|