Re: disable partitioning!
From: Stefan Smietanowski (stesmi_at_stesmi.com)
Date: 03/09/04
- Previous message: Ingo Molnar: "[lockup] Re: objrmap-core-1 (rmap removal for file mappings to avoid 4:4 in <=16G machines)"
- In reply to: Jinu M.: "disable partitioning!"
- Next in thread: Jinu M.: "RE: disable partitioning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 09 Mar 2004 11:52:22 +0100 To: "Jinu M." <jinum@esntechnologies.co.in>
Hello Jinu.
> 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.
That is also something that the filesystem doesn't handle. Filesystems
are systems that handle files (heh).
// Stefan
-
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: Ingo Molnar: "[lockup] Re: objrmap-core-1 (rmap removal for file mappings to avoid 4:4 in <=16G machines)"
- In reply to: Jinu M.: "disable partitioning!"
- Next in thread: Jinu M.: "RE: disable partitioning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|