Thread: e2fs 1.40.8
View Single Post
Old 04-07-2009, 10:33 AM   #7
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
I just converted /mnt/free to ext2 from vfat.
Here is my steps:
0. backup /mnt/free
1. edit /etc/fstab and add a "#" in front of the line containing "/mnt/free"
2. reboot
3. execute "mke2fs -I 128 -m 0 /dev/tffsa6"
4. remove that "#" added in step 1.
5. reboot and /mnt/free will be ext2 format

One question:
What is /mnt/protected used for? It occupies 32MB and seems not used. If possible, I want to merge it with /mnt/free.

Added:
Martjin's suggestion is convenient. Do remember to retain "iocharset=utf8" or characters beyond ascii won't display correctly.

Last edited by ericshliao; 04-07-2009 at 10:55 AM.
ericshliao is offline   Reply With Quote