Re: Minix uses 4GB HD at most?




"Ben Gras" <beng@xxxxxxxxx> wrote in message
news:slrne9f9rb.p3q.beng@xxxxxxxxxxxxxxxx
All,

4GB is a limit, but not directly of the Minix filesystem. It is a
limit
of the FS <-> device driver protocol. The FS talks to the device
drivers using minor device numbers, offsets in bytes (32 bit), and
sizes (32 bit).

I expect the filesystem to be able to work with 2^32 blocks, where
each
block size is determined at mkfs time (4kB is the current default).
That would give rise to filesystems larger than any current disk.

The AT driver can completely address disks using LBA48.

But in Feb. of 2002 Fred J. Scipione wrote in message
news:qsj54a.pkd.ln@xxxxxxxxxxxxxxxxxx
Any one else notice "Moore's Law" at work here? If the 2.0.3 fix
uses 32 bit sector indexes (in place of 32 bit byte indexes) it
should only hold up for about 5-6 years. If the fix switched to
64 bit integers, it might last 23 to 30 years :-).

Hmmm, only 4.4 years. Moore must be picking up speed! :-). Going
from units of 512 byte sectors (9 bits) to 4K byte blocks (12 bits)
only buys about (12-9)*3/2 => 3-5 years; from bytes to blocks about
12*3/2 => 18 years. Don't we live in a wonderful age of rapid
progress?


.



Relevant Pages

  • Re: DVD-RAM slowness and questions
    ... to know when it's done writing to the disk. ... > with a non-journaling filesystem such as ext2 or FAT? ... you've got the wrong idea about journalling, ... > driver responsibility, then how do I know if Linux is doing it? ...
    (comp.os.linux.hardware)
  • Silicon Image 3512 & seagate ST3120026AS in 2.4.27-rc2
    ... When i try some writes to disc sata_sil driver hangs. ... PCI: PCI BIOS revision 2.10 entry at 0xfaf70, ... Mounted root (ext2 filesystem) readonly. ... Starting XFS recovery on filesystem: sd) ...
    (Linux-Kernel)
  • Re: Accessing files on FAT32 partition at boot time
    ... to be notified through a callback when the filesystem is accessible? ... If I re-start the driver after the system has fully booted, ... During boot, only the system disk is available immediately, ... Due to boot optimization, ...
    (microsoft.public.development.device.drivers)
  • Re: linux box HDD size question
    ... There are no RAID volumes. ... RAMDISK driver initialized: 256 RAM disks of 8192K size 1024 blocksize ... EXT3-fs: INFO: recovery required on readonly filesystem. ...
    (Fedora)
  • Re: Windows CE driver GetFileSize()
    ... help me refrain from the necessity of building a filesystem driver. ... getfilesize() function to know the size of the file downloaded so far etc.. ... I am not sure I want to create a filesystem for that. ... I'll try this wrapper thing. ...
    (microsoft.public.windowsce.platbuilder)