View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#3003
Originally Posted by Darkice View Post
1. Which release of ED have Iceweasel with working Flash?
None.
Adobe's flash plugin is only available for x86_32 and x86_64 (standard PC architectures). The N900 has an ARM CPU and therefore the ED images use the armel architecture. There is no reasonable way to get any x86 software running on the N900 if it has the slightest performance requirements.

Originally Posted by Darkice View Post
2. Is there a command to see all mounted/ing points in the phone.
The command is:
Code:
mount
Originally Posted by Darkice View Post
I can see the following existing folders, but are they mounted to something etc.
/home/user/EasyDeb
/media/ed
/mnt/debian
These ARE the mount points. mount will tell you something like this:
/dev/mmcblk0p2 on /home
Which means that the 2nd partition of your emmc device is mounted on /home.

If you want to see all the available storage devices even if they are not mounted you can run:
Code:
sudo fdisk -l
 

The Following 2 Users Say Thank You to sulu For This Useful Post: