Change font size
It is currently Wed Feb 29, 2012 4:07 am
touch-droid.com forum
Board index touch-droid forums Help

Help

help with step 4

If you are new to porting android or would like help with your TouchPad post in here.

help with step 4

Postby smartelf » Sat Sep 10, 2011 5:52 pm

Hello, I am having a problem with step 4.
when I do this:
Code: Select all
mount -o loop -t ext3 /dev/mapper/store-android--system /tmp/system/

I get:
Code: Select all
mounting /dev/mapper/store-android--system on /tmp/system/ failed: Invalid argument


Thanks
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top

help with step 4

Sponsor

Sponsor
 
Top

Re: help with step 4

Postby fnj00 » Sat Sep 10, 2011 8:18 pm

smartelf wrote:Hello, I am having a problem with step 4.
when I do this:
Code: Select all
mount -o loop -t ext3 /dev/mapper/store-android--system /tmp/system/

I get:
Code: Select all
mounting /dev/mapper/store-android--system on /tmp/system/ failed: Invalid argument


Thanks


Run the following command in novaterm and verify you correctly built store-android--system:

Code: Select all
lvs
User avatar
fnj00
Site Admin
 
Posts: 45
Joined: Thu Sep 08, 2011 1:56 pm
Top

Re: help with step 4

Postby smartelf » Sat Sep 10, 2011 10:31 pm

Here it is:
Code: Select all
lvs
  LV              VG    Attr   LSize   Origin Snap%  Move Log Copy%  Convert
  android-cache   store -wi-a- 320.00M
  android-data    store -wi-a-   1.00G
  android-etc     store -wi-a-  32.00M
  android-persist store -wi-a-  16.00M
  android-system  store -wi-a- 320.00M
  filecache       store -wimao 136.00M
  log             store -wimao  24.00M
  media           store -wimao  11.09G
  mojodb          store -wimao 256.00M
  root            store -wimao 568.00M
  swap            store -wimao 400.00M
  update          store -wima-  16.00M
  var             store -wimao  64.00M
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top

Re: help with step 4

Postby fnj00 » Sat Sep 10, 2011 10:54 pm

smartelf wrote:Here it is:
Code: Select all
lvs
  LV              VG    Attr   LSize   Origin Snap%  Move Log Copy%  Convert
  android-cache   store -wi-a- 320.00M
  android-data    store -wi-a-   1.00G
  android-etc     store -wi-a-  32.00M
  android-persist store -wi-a-  16.00M
  android-system  store -wi-a- 320.00M
  filecache       store -wimao 136.00M
  log             store -wimao  24.00M
  media           store -wimao  11.09G
  mojodb          store -wimao 256.00M
  root            store -wimao 568.00M
  swap            store -wimao 400.00M
  update          store -wima-  16.00M
  var             store -wimao  64.00M


That looks good, verify that you have created /tmp/system and that it isnt already mounted by running:

Code: Select all
mount | grep system
User avatar
fnj00
Site Admin
 
Posts: 45
Joined: Thu Sep 08, 2011 1:56 pm
Top

Re: help with step 4

Postby smartelf » Sat Sep 10, 2011 11:12 pm

I get nothing
Code: Select all
c:\Program Files (x86)\Palm\SDK\bin>novacom -t open tty://
root@ErnestsHPTouchPad:/# mount | grep system
mount | grep system
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/# cd tmp/system
cd tmp/system
root@ErnestsHPTouchPad:/tmp/system#
root@ErnestsHPTouchPad:/tmp/system# ls
ls
root@ErnestsHPTouchPad:/tmp/system#
root@ErnestsHPTouchPad:/tmp/system# cd /
cd /
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/# mount -o loop -t ext3 /dev/mapper/store-android--syste
m /tmp/system/
mount -o loop -t ext3 /dev/mapper/store-android--syste
m /tmp/system/
mount: mounting /dev/mapper/store-android--system on /tmp/system/ failed: Invali
d argument
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/#
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top

Re: help with step 4

Postby fnj00 » Sat Sep 10, 2011 11:32 pm

smartelf wrote:I get nothing
Code: Select all
c:\Program Files (x86)\Palm\SDK\bin>novacom -t open tty://
root@ErnestsHPTouchPad:/# mount | grep system
mount | grep system
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/# cd tmp/system
cd tmp/system
root@ErnestsHPTouchPad:/tmp/system#
root@ErnestsHPTouchPad:/tmp/system# ls
ls
root@ErnestsHPTouchPad:/tmp/system#
root@ErnestsHPTouchPad:/tmp/system# cd /
cd /
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/# mount -o loop -t ext3 /dev/mapper/store-android--syste
m /tmp/system/
mount -o loop -t ext3 /dev/mapper/store-android--syste
m /tmp/system/
mount: mounting /dev/mapper/store-android--system on /tmp/system/ failed: Invali
d argument
root@ErnestsHPTouchPad:/#
root@ErnestsHPTouchPad:/#


Hmm dont know about running those commands via novacom, have you tried using novaterm and typing them manually? They should work as you are root...
User avatar
fnj00
Site Admin
 
Posts: 45
Joined: Thu Sep 08, 2011 1:56 pm
Top

Re: help with step 4

Postby smartelf » Sat Sep 10, 2011 11:37 pm

I tried novacom, novaterm and putty, all with the same results
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top

Re: help with step 4

Postby fnj00 » Sun Sep 11, 2011 2:46 am

smartelf wrote:I tried novacom, novaterm and putty, all with the same results


which build of WebOS are you running currently?
User avatar
fnj00
Site Admin
 
Posts: 45
Joined: Thu Sep 08, 2011 1:56 pm
Top

Re: help with step 4

Postby smartelf » Sun Sep 11, 2011 12:05 pm

just tried again with novaterm after rebooting the touchpad. /tmp/system dir was gone, but after I remade it, still getting the same error.

I have webos 3.0.2
also, do we need the -o loop parameter, i tried it without it and still no luck, but according to the device, loop is ignored:
Code: Select all
BusyBox v1.17.3 () multi-call binary.

Usage: mount [OPTIONS] [-o OPTS] DEVICE NODE

Mount a filesystem. Filesystem autodetection requires /proc.

Options:
        -a              Mount all filesystems in fstab
        -r              Read-only mount
        -w              Read-write mount (default)
        -t FSTYPE       Filesystem type
        -O OPT          Mount only filesystems with option OPT (-a only)
-o OPT:
        loop            Ignored (loop devices are autodetected)
        [a]sync         Writes are [a]synchronous
        [no]atime       Disable/enable updates to inode access times
        [no]diratime    Disable/enable atime updates to directories
        [no]relatime    Disable/enable atime updates relative to modification time
        [no]dev         (Dis)allow use of special device files
        [no]exec        (Dis)allow use of executable files
        [no]suid        (Dis)allow set-user-id-root programs
        [r]shared       Convert [recursively] to a shared subtree
        [r]slave        Convert [recursively] to a slave subtree
        [r]private      Convert [recursively] to a private subtree
        [un]bindable    Make mount point [un]able to be bind mounted
        bind            Bind a file or directory to another location
        move            Relocate an existing mount point
        remount         Remount a mounted filesystem, changing flags
        ro/rw           Same as -r/-w

There are filesystem-specific -o flags.
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top

Re: help with step 4

Postby smartelf » Sun Sep 11, 2011 9:13 pm

was finally able to fix the issue. it appears that the partition wasn't formated correctly.
smartelf
 
Posts: 7
Joined: Sat Sep 10, 2011 5:48 pm
Top


Return to Help

touch-droid.com forum

Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 154 on Thu Sep 08, 2011 7:59 pm

Users browsing this forum: No registered users and 1 guest

Birthdays

No birthdays today