![]() |
file manager that sees memory card partitions?
I've set up my 2gb card with a fat and an ext2 partition. The 770 file manager only sees the fat partition.
Is this fixable? If not, is there a file manager that will see both partitions? sean |
The Filemanager only shows your files in /home/user/MyDocs and mmc1 !
You can create a symlink from /media/mmc2 (mountpoint of your mmc ext2) to /home/user/MyDocs/mmc2 Type in x-term: Code:
ln -s /media/mmc2 /home/user/MyDocs/mmc2 N770-Freak |
Ah, of course.
Now, where's the equivalent of rc.local so it'll do it on reboot? sean |
You'll have to create a init.d script or append your lines you want to execute (probably insmoding ext2.ko) to a already existing script (minircS or so).
mounting of the mmc2 could be done with an adapted fstab entry. Greetings N770-Freak |
You only need to do it once. "ln -s" creates a symlink, which is like a shortcut in Windows (only with lower level support) or an Alias on a Mac, it wont disappear on reboot.
|
Quote:
So the ext2.ko has to be loaded and the device has to be mounted (every single boot). |
All times are GMT. The time now is 20:14. |
vBulletin® Version 3.8.8