I can’t use LVM.
I just need to create a partition larger than 2TB for /home
The problem I described is in the suse installation screen when creating partitions…
I had to create the partitions using ubuntu live CD and choosing GPT format partitions.
Is there a way to do that using SLES 11 SP2 installation? I don’t think so.
Originally, Linux supported a maximum file size of 2 GB (2[SUP]31[/SUP] bytes). Currently all of our standard file systems have LFS (large file support), which gives a maximum file size of 2[SUP]63[/SUP] bytes in theory. The numbers given in the following table assume that the file systems are using 4 KiB block size. When using different block sizes, the results are different, but 4 KiB reflects the most common standard.
Table 1.2. Maximum Sizes of Files and File Systems (On-Disk Format)¶
[TABLE=“class: grid, width: 500”]
[TR]
[TH] File System (4 KiB Block Size)[/TH]
[TH] Maximum File Size[/TH]
[TH] Maximum File System Size[/TH]
[/TR]
[TR]
[TD] BtrFS[/TD]
[TD] 16 EiB[/TD]
[TD] 16 EiB[/TD]
[/TR]
[TR]
[TD] Ext2 or Ext3[/TD]
[TD] 2 TiB[/TD]
[TD] 16 TiB[/TD]
[/TR]
[TR]
[TD] OCFS2 (available in the High Availability Extension)[/TD]
[TD] 4 PiB[/TD]
[TD] 4 PiB[/TD]
[/TR]
[TR]
[TD] ReiserFS v3[/TD]
[TD] 2 TiB[/TD]
[TD] 16 TiB[/TD]
[/TR]
[TR]
[TD] XFS[/TD]
[TD] 8 EiB[/TD]
[TD] 8 EiB[/TD]
[/TR]
[TR]
[TD] NFSv2 (client side)[/TD]
[TD] 2 GiB[/TD]
[TD] 8 EiB[/TD]
[/TR]
[TR]
[TD] NFSv3 (client side)[/TD]
[TD] 8 EiB[/TD]
[TD] 8 EiB[/TD]
[/TR]
[/TABLE]
So, the short answer to your question is yes! I don’t know what you are doing that is causing this issue for you but perhaps you can find out from the documentation.