View Single Post
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#17
Originally Posted by bunanson View Post
Well, can I ask a dumb question? How can I tell what filesystems the pendrivelinux.com .sh script is using? And, if it is an ext2, how to move to ext3? partimage?

TIA,

bun
Try "mount" to reveal mounted filesystems and types. "tune2fs" can convert a ext2 filesystem to ext3.

By default, ext3 doesn't protect the contents of files against corruption in the event of a power outage, etc. But the filesystem itself is protected. That tradeoff is for performance.

Some people also prefer ext2 for flash media, because it's faster and involves fewer writes, which will eventually wear out the drive (emphasis on eventual). Personally, I prefer the more robust ext3 or the more compatible FAT.
__________________
[SIGPIC][/SIGPIC]