Advanced Search
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
February 05, 2012, 05:47:13 AM
Home
Help
Calendar
Login
Register
News
: Welcome to GLomation peer support forum
Glomation
»
General Category
»
General Discussion
»
Enable Debian apt-get on JFFS2
« previous
next »
Pages: [
1
]
Topic Tools
Topic Tools
Send this topic
Print
December 06, 2008, 09:47:01 AM
#0
admin
admin
Show admin's last posts.
Show general stats for admin.
Administrator
Super Hero
Posts: 339
Enable Debian apt-get on JFFS2
The jffs2 compressed file system does not allow umap/mmap to write to the cache. The apt-get package tool requires umap/mmap to write to the cache. The work around is to redirect the cache to a SD card or any other media that allows umap/mmap. The following steps demostrate a work around to allow apt-get to run on a JFFS root file system.
mount -t tmpfs none /var/cache/apt
mkdir -p /var/cache/apt/archives/partial
apt-get update ; apt-get install <package-name>
umount /var/cache/apt
«
Last Edit: February 19, 2009, 04:15:42 PM by admin
»
June 07, 2010, 03:05:42 PM
#1
teksaport
teksaport
Show teksaport's last posts.
Show general stats for teksaport.
Full Member
Posts: 2
Re: Enable Debian apt-get on JFFS2
Oh, I see. Thank you for the reply. I will have to try it a different way then.
Thanks
John
«
Last Edit: June 07, 2010, 04:39:07 PM by teksaport
»
Pages: [
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Announcements
=> General Discussion
=> Programming Tips, Recommendded Readings, etc.
-----------------------------
Peer Support Forums
-----------------------------
=> GESBC-9302
=> GESBC-9260
=> GESBC-9G20
=> GESBC-2440
=> GESBC-9315
Loading...