View Single Post
Posts: 151 | Thanked: 158 times | Joined on Apr 2012 @ UK
#909
Originally Posted by milad ghusn View Post
HI all : i trying to run sailfish on my n9 but when i type "mount /dev/mmcblk0p4 /sailfish"in windows , i get error no such file or dirctory , the file mmcblk0p4 is not in /dev .
i try to reboot and select sailfish icon but not boot becuse kernel .
please help
You do that in root terminal on harmattan.

Launch Terminal on Harmattan (or SSH in) any type the following commands:
devel-su
rootme # Or your root password
cd /home/user/MyDocs/
ls # Here, you should see all your MyDocs and sailfish.tar.bz2


mkdir /sailfish # Mount Alt_OS in Harmattan
mount /dev/mmcblk0p4 /sailfish


tar --numeric-owner -xvjf sailfish.tar.bz2 -C /sailfish/ # This will take a while as it extracts Sailfish onto the handset
sync
 

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