goalmarketing / vigor2130

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

to use ext2/3/4 tools in beta firmware you have to modify /etc/profile #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type mkfs.ext3 /dev/sdX
2. it will give you a "command not found" error
3. go to /mnt/usb_disk1/opkg-install/usr/sbin
4. run ./mkfs.ext3 /dev/sdX
5. it wil give you an error about a library not being found

What is the expected output? What do you see instead?
i expect mkfs.ext3 to create an ext3 partition on the device /dev/sdX

What version of the product are you using? On what operating system?
v2130_r2273P.7z

Please provide any additional information below.
For ext2/ex3 tools to work you have to add the library and sbin path to the 
/etc/profile file manually but other than that ext2/3 seems to work now

Original issue reported on code.google.com by TheEvilO...@googlemail.com on 14 Jul 2011 at 3:09