Difference between revisions of "Chrooting"

From WebOS Internals
Jump to navigation Jump to search
(New page: ==Install ext3fs with Meta-Doctor== You can use Meta-Doctor to create a ext3 fs carved out of the space that is used for the vfat LVM partition. The Option is: ADD_EXT3FS_PARTITION ...)
 
Line 12: Line 12:
 
for a 2GB partition.
 
for a 2GB partition.
  
when you Doctor the phone you will have a partition that is located at  
+
When you Doctor the phone you will have a partition that is located at  
  
 
  /media/ext3fs on device /store/ext3fs
 
  /media/ext3fs on device /store/ext3fs
Line 24: Line 24:
 
The Option is:
 
The Option is:
  
  INCREASE_VAR_SPACE  =1
+
  INCREASE_VAR_SPACE  = 1
  
 
It increases the size of /var to 2GB   
 
It increases the size of /var to 2GB   
  
 
Realize that you will be vying for space with any Preware apps, emails, and attachments.
 
Realize that you will be vying for space with any Preware apps, emails, and attachments.

Revision as of 21:23, 16 June 2010

Install ext3fs with Meta-Doctor

You can use Meta-Doctor to create a ext3 fs carved out of the space that is used for the vfat LVM partition.

The Option is:

ADD_EXT3FS_PARTITION 

With that option you can specify the size of the partition

ADD_EXT3FS_PARTITION  = 2GB

for a 2GB partition.

When you Doctor the phone you will have a partition that is located at

/media/ext3fs on device /store/ext3fs

Loop mount a partition on existing partitions

It is NOT recommended that you loop mount on top of a vfat partition (unless you use a fuseFS) because of attribute issues.

With Meta-Doctor you can increase the size of the /Var partition as well

The Option is:

INCREASE_VAR_SPACE  = 1

It increases the size of /var to 2GB

Realize that you will be vying for space with any Preware apps, emails, and attachments.