Glomation
 
Advanced Search
Welcome, Guest. Please login or register.

Login with username, password and session length
February 05, 2012, 05:47:13 AM
News: Welcome to GLomation peer support forum
Pages: [1]
Topic Tools  
Read December 06, 2008, 09:47:01 AM #0
admin

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 »
 
Read June 07, 2010, 03:05:42 PM #1
teksaport

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]
Jump to:  

Theme Update by Runic Warrior Originally created by m3talc0re