The jfs tag has no wiki summary.
1
vote
0answers
168 views
Creating JFS partition of particular block size [closed]
I am creating JFS partition in Ubuntu 9 using the following command:
mkfs.jfs /dev/sda1 BS=1024
Here I've mentioned the block size of that partition to be 1024 but when I check the information of ...
2
votes
4answers
5k views
JFS vs. EXT4 vs. EXT3 [duplicate]
Possible Duplicate:
What is the best way to partition, and what is the best file-system for a new Hard Disk?
I've got a 2TB external HD on which I save valuable data. so far I'm using NTFS ...