The Following 2 Users Say Thank You to echoblack For This Useful Post: | ||
|
2010-08-17
, 12:51
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#2
|
|
2010-08-17
, 12:57
|
Posts: 244 |
Thanked: 354 times |
Joined on Jul 2010
@ Scotland
|
#3
|
|
2010-08-17
, 13:07
|
Posts: 244 |
Thanked: 354 times |
Joined on Jul 2010
@ Scotland
|
#4
|
Are you asking about recording or playback?
I've had no issues with playback of video on either partition, but I'll create a symlink now and see the N900 copes with writing to the SD card ; although I think the stuttering is caused by tracker more than anything else.
|
2010-08-17
, 13:10
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#5
|
Are you asking about recording or playback?
I've had no issues with playback of video on either partition, but I'll create a symlink now and see the N900 copes with writing to the SD card ; although I think the stuttering is caused by tracker more than anything else.
|
2010-08-17
, 13:12
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#6
|
|
2010-08-17
, 13:56
|
Posts: 16 |
Thanked: 8 times |
Joined on Apr 2010
|
#7
|
|
2010-08-17
, 21:36
|
Posts: 28 |
Thanked: 3 times |
Joined on Mar 2010
|
#8
|
Woops, I forgot to mention I have also formated my MyDocs partition ext3.
you can't make system links on FAT fialsystems.
sudo gainroot
umount /home/user/MyDocs
mkfs.ext3 -m 3 /dev/mmcblk0p1
mount /home/user/MyDocs
----------------------------
Well ya I would think it would help video too.
Because of the program playing the video is running on the same MMC as the video. Not to mention like evrything ells.
The bigest bottle neck I see on this device is the dunb flash eMMC. Sure it CAN read at like 20MB/s and write at owe.. 15MB/s (not that that is realy fast) However, Not randomly. Random read/write is more like 5MB/s by <1MB/s
The more stuff you can fugure out how to split it's IO accross both eMMC and SD the better.
|
2010-08-17
, 21:41
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#9
|
|
2010-08-17
, 21:41
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#10
|
Woops, Maemo newbie here.
You don't have to system link the file. The Tracker Daemon will find the music on the SD card. If you make a system link then the trackerd will find both directory paths and will show bubble every song you have in the music player.
###########################
Aloha,
I was having studdering problems and overall bad preformance when playing music. I knew what the problem was.... IO bandwidth of the internal eMMC memory.
So, i simply made a directory on my SD card named "sounds" then copyed over evrything from /home/user/MyDocs/.sounds . Then deleted that directory and replased it with a system link.
Now I can listen to studder free music and open/run other applicatons as fast as they would open/run if I was not playing music. I highly recommend it.
mkdir /media/mmc1/sounds
cp -r /home/user/MyDocs/.sounds/* /media/mmc1/sounds
sync
rm -r /home/user/MyDocs/.sounds
ln -s /media/mmc1/sounds /home/user/MyDocs/.sounds
Last edited by echoblack; 2010-08-18 at 01:04.