Displaying 5 results from an estimated 5 matches for "tune4f".
Did you mean:
tune4fs
2014 Jan 22
2
migrate ext3 to ext4
Hi all,
I issued the commands on a single disk system:
with two partitions / is linux sda1 and /home is sda3
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/sda3
e2fsck -yfDC0 /dev/sda3
That worked just fine.
I then had a different system that is software raid.
where / is linux and md0 and /home is md1
yum -y update
yum -y
2010 Oct 04
3
EXT4 mount issue
Hi All,
When a couple of EXT4 filesystems are mounted in a server I get the
message
Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdb): mounted filesystem without journal
Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdc): mounted filesystem without journal
in the system logs.
My confusion is why are they mounted without a journal? They were both
created with
mkfs -t ext4 /dev/sdb
mkfs -t ext4
2011 Feb 07
3
premature question on 5.6
What will be the correct way to migrate ext3 to ext4 going from 5.5 to 5.6?
Will something after the update ask if you want to migrate the file systems?
Looking forward to some file system speed ups with large files.
Thanks
Jerry
2012 May 23
5
biggest disk partition on 5.8?
...229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first. Use tune4fs -c or -i to override.
--
?Don't eat anything you've ever seen advertised on TV?
? ? ? ?? - Michael Pollan, author of "In Defense of Food"
2010 Aug 07
6
ext4?
Listee's...
I have a 5.5 box and I have formatted a partition as ext4 however I
can't mount it, the mount command is telling me its an unknown file
system type. fsck tells me the partition is a clean ext4 partition but
I can't mount it.
Some reasearch has lead me to believe the problem is that ext4 isn't
enabled in the kernel by default in 5.5 (this was originally a 5.2 box
that