View Single Post
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#6
Originally Posted by jerjozwik View Post
it all started yesterday when i tried to softlink a gpsrecorder folder to the microsd. i got a operation not permitted error, so i thought softlinks cannot cross file systems. so i took out the microsd and partitioned it as ext2 and fat32. [...]
Fremantle only recognizes the vFAT partition as first partition
if you put the ext partition 1st, it won't mount it automatically anymore, indeed
need to
Code:
~ $ root
{bla bla}
Nokia-N900:~# mount /dev/mmcblk1p2 /media/mmc1
Nokia-N900:~# mkdir /media/ext
Nokia-N900:~# mount /dev/mmcblk1p1 /media/ext
you can of course put anything you want instead of /media/ext
personally i use
Code:
Nokia-N900:~# mount /dev/mmcblk1p2 /media/mmc1/src.ins
nota bene: i put the ext3 partition as p2, so Fremantle still mounts mmcblk1p1 automatically
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post: