|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Hardware Support Do you have any problems with installing new hardware under SuSE Linux? Post your question in here... |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
just wondering whether or not, as i heard something that beyond a certain amount of terabytes for one drive linux can't read it or something, whether or not suse linux would be ok with a portable hard drive i'm looking to get, a 2TB default format NTFS.
will it be ok? i should be ok on the read/write situation as i have ntfs-3g. any suggestions/thoughts much appreciated. |
|
|||
|
should be o.k. i have a 1tb nas & i formatted it to ext3
no problems for meAndy |
|
|||
|
Quote:
thanks andy, and for the very very speedy response!! edit: also, do you know the max file size for an ext3 file system? fat32 is 4gb, what is ntfs also if you know? cheers mate. edit again! found this Ext3 can support files up to 1TB. With a 2.4 kernel the filesystem size is limited by the maximal block device size, which is 2TB. In 2.6 the maximum (32-bit CPU) limit is of block devices is 16TB, but ext3 supports only up to 4TB. so my kernel it can support up to 16TB, but ext3 can only support 4TB, but this is fine i guess as it's only a 2TB drive.
|
|
|||
|
yep & well done in finding the answer, saved me a bit of head-scratching to remember
![]() Andy |
|
|||
|
In regards to capacity the file structure is allocated some space I believe at the time of making it you can change this. iirc ext3 allocates 5% which on large drives is a little overkill.
Try man mkfs.ext3 think its the -m flag, not really something I play with so can't really give advice. lost&found I believe are created for/when you fsck, for recovery. |
|
|||
|
As far as i can remember when using ext3 it reserves 5% (by default) only usable for user root. Normally you can change this to 0% with tune2fs, when you think you don't need this (on a root partition this normally make sense).
for creating lost+found you can use mklost+found . don't know wather it's created when fsck it's running. Hope this helps |
|
|||
|
Quote:
thanks in advance, Ross. edit: also how would i delete the lost and found thing, presumably as it does it automatically trying to delete it bu su to root and typing rm /....lost&found won't work. would it? thanks. |
|
|||
|
Quote:
Quote:
|
|
|||
|
Hi,
run tune2fs -m <percentage> <partition> for example: tune2fs -m 3 /dev/sda1 it is recommend to unmount the partition before using tune2fs. with dumpe2fs -h <partition> (or tune2fs -l) you can check the current settings for an ext3 partition (Reserved block count). The reserved blocks are also used to avoid defragmentation so it could be better not to eliminate it completly hope this helps |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|