public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* One disk, one filesystem, no partitions?
@ 2002-06-04 15:26 Ketil Froyn
  2002-06-05  7:56 ` Helge Hafting
  0 siblings, 1 reply; 2+ messages in thread
From: Ketil Froyn @ 2002-06-04 15:26 UTC (permalink / raw)
  To: linux-kernel

Hi.

I have a question regarding something I came across a while ago. A
filesystem (reiserfs) had been set up on a disk without making any
partitions. The entry in /etc/fstab looked something like this:

/dev/hdc	/mount/point	reiserfs	defaults	0 0

When I saw this, I instinctively partitioned the drive so that /dev/hdc1
was mounted instead. But was this really necessary? If I want to put only
one filesystem on a disk, do I need to partition at all? It seemed to work
fine before I changed it. I had just never heard of this before, and
automatically assumed that the problems the box was having could be
related to this.

Ketil


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: One disk, one filesystem, no partitions?
  2002-06-04 15:26 One disk, one filesystem, no partitions? Ketil Froyn
@ 2002-06-05  7:56 ` Helge Hafting
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Hafting @ 2002-06-05  7:56 UTC (permalink / raw)
  To: Ketil Froyn; +Cc: linux-kernel

Ketil Froyn wrote:
> 
> Hi.
> 
> I have a question regarding something I came across a while ago. A
> filesystem (reiserfs) had been set up on a disk without making any
> partitions. The entry in /etc/fstab looked something like this:
> 
> /dev/hdc        /mount/point    reiserfs        defaults        0 0
> 
> When I saw this, I instinctively partitioned the drive so that /dev/hdc1
> was mounted instead. But was this really necessary? If I want to put only
> one filesystem on a disk, do I need to partition at all? It seemed to work
> fine before I changed it. I had just never heard of this before, and
> automatically assumed that the problems the box was having could be
> related to this.

fs'es are mounted from block devices, and /dev/hdc
is as much block device as /dev/hdc1.  Just like a
floppy - they don't have partition tables either.

Booting off such a thing will work too, if the bios
don't make assumptions about partitioning.  They
used not to, last time I looked the pc bios simply
executes the first sector of the disk and
the code there have do support partitions itself
if necessary.

I see no need to partition such a beast into
a single big partition - you just loose 
a sector to the partition table.  

Helge Hafting

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-05  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 15:26 One disk, one filesystem, no partitions? Ketil Froyn
2002-06-05  7:56 ` Helge Hafting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox