goalmarketing / vigor2130

Automatically exported from code.google.com/p/vigor2130
0 stars 0 forks source link

Why no Ext2/3/4 support? #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Why router has no Ext2/3 support? ntfs-3g takes much CPU on writing =(

Original issue reported on code.google.com by bublik...@gmail.com on 11 Dec 2010 at 4:44

GoogleCodeExporter commented 8 years ago
We remove the ext2/ext3 support for flash space limit.
Both ext2/3 and ntfs are only needed for usb storage, not for router function.
We need to reserve some flash space for future use.

Now we have add the ext2/ext3 package in the download list.

You can install it by 
opkg install 
http://vigor2130.googlecode.com/files/kmod-fs-ext3_2.6.23.17-vsc75xx-1_arm.ipk

and then
insmod jbd
insmod ext3

Original comment by jht...@gmail.com on 11 Dec 2010 at 4:09

GoogleCodeExporter commented 8 years ago
it is a bit not convenient to have disk for installations (FAT32 or NTFS) and 
another for data (EXT2/3). anyway thx for response

Original comment by bublik...@gmail.com on 12 Dec 2010 at 12:18

GoogleCodeExporter commented 8 years ago
The default installation will be in router flash. Don't need a usb disk for 
installation.
But it will ocupy the flash space for configuration.
You can check the free space of "/jffs" by "df" 

Original comment by jht...@gmail.com on 4 Apr 2011 at 10:47

GoogleCodeExporter commented 8 years ago
ext3 modules was remmoved from 151RC?

Original comment by bublik...@gmail.com on 25 Apr 2011 at 10:19

GoogleCodeExporter commented 8 years ago
ext3 modules not in 151 firmware.
You need to install it yourself

Original comment by jht...@gmail.com on 26 Apr 2011 at 11:25

GoogleCodeExporter commented 8 years ago
they were there in 151RC2

Original comment by bublik...@gmail.com on 26 Apr 2011 at 11:28

GoogleCodeExporter commented 8 years ago
Hello,

please advise me on how to do the following:
I wish to be able to install more packages and I plan on using an 8gb usb 
pendrive to store those packages, essentially mounting /dev/sda1 to /jffs and 
copying existing files over to the new pendrive.
This would not be a problem if the device was formatted as FAT or NTFS, but it 
is ext2 because according to everyone I asked ext2 uses less processing power 
and is more reliable than NTFS or FAT.
The problem is obvious. If I install an ext2 module to jffs for mounting the 
pendrive I will not be able to mount it to /jffs.
What I need is a way to have ext2 integrated into the base system.
What can I do?

Original comment by TheEvilO...@googlemail.com on 1 Jul 2011 at 5:27