
I'm wishing to move from EXT2 to EXT3.
Am using this guide: https://wiki.archlinux.org/index.php/Co ... t2_to_ext3
Also read this posting: viewtopic.php?f=18&t=2580
Here's my file system:
$this->bbcode_second_pass_code('', '
[root@webserver ~]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
rootfs rootfs 988212 661008 277004 71% /
/dev/root ext2 988212 661008 277004 71% /
devtmpfs devtmpfs 126160 0 126160 0% /dev
run tmpfs 126244 228 126016 1% /run
shm tmpfs 126244 0 126244 0% /dev/shm
tmpfs tmpfs 126244 0 126244 0% /tmp
')
I enter the following command to set up a journal:
$this->bbcode_second_pass_code('', '
[root@webserver ~]# tune2fs -j /dev/root
tune2fs 1.42.5 (29-Jul-2012)
tune2fs: No such file or directory while trying to open /dev/root
Couldn't find valid filesystem superblock.
')
I must be a missing a step, or misunderstanding something to start the process of moving this partition to EXT3? Any ideas?
Finally and a much different question but figured I'd ask it here, I'm using a 1GB USB stick, and would like to use a larger stick (e.g., 10GB). How do I copy from one stick to another?