LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Disk size restriction (https://www.linuxquestions.org/questions/linux-general-1/disk-size-restriction-210332/)

gauol 07-27-2004 03:40 PM

Disk size restriction
 
Does linux have a disk size restriction if so what is it? I hnow in windows is is 2 tb.


Thank you
Gauol

dxdad 07-27-2004 03:52 PM

Standard Ext2fs features

The Ext2fs supports standard Unix file types: regular files, directories, device special files and symbolic links.

Ext2fs is able to manage filesystems created on really big partitions. While the original kernel code restricted the maximal filesystem size to 2 GB, recent work in the VFS layer have raised this limit to 4 TB. Thus, it is now possible to use big disks without the need of creating many partitions.

Ext2fs provides long file names. It uses variable length directory entries. The maximal file name size is 255 characters. This limit could be extended to 1012 if needed.


(http://www.linuxselfhelp.com/HOWTO/F...s-HOWTO-6.html)

And ext3 file systems can be bigger than that I seem to remember


All times are GMT -5. The time now is 07:11 PM.