Wikipedia says this about ext3:
The ext3 or third extended filesystem is a journaled file system that is commonly used by the Linux kernel. It is the default file system for many popular Linux distributions.After a few struggles with attempting to use the Partition Editior, I ended up reformatting the stick by following these instructions:
...
Its main advantage over ext2 is journaling which improves reliability and eliminates the need to check the file system after an unclean shutdown.
- mount your USB stick. With Ubuntu, most automount so this is as simple as sticking it in
- do a "$ df" and determine your drive's partition name. Mine is /dev/sdb1
- unmount the drive
- Be very careful and double-dog sure that you have the right partition name.
- Use your USB's partition name in-place of my example/dev/sdb1
- Don't ruin your hard drive by using the wrong partition. Be careful !
- $ sudo mkfs.ext3 /dev/sdb1
- Give your drive a name
- $ sudo e2label /dev/sdb1 usb-mydrive
What do you think? Leave a comment.
actually i was googling for ext3 images and came accros ur blog.....i usually format my usb drive like this:
ReplyDelete1. stick it into usb
2. unmount it.
3. format it with mkfs.ext3
4. chmod everything to user
5. done