Join Today
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
Like Tree1Likes

Thread: Grrr, Hard to find info!! HOWTO: Mount TF Swap Partition

  1. #11

    Default Re: Grrr, Hard to find info!! HOWTO: Mount TF Swap Partitio

    Quote Originally Posted by daniel.santos

    Code:
    #!/bin/bash
    
    # Load modules for ext2 and ext3
    cd /ezxlocal/modules
    insmod /ezxlocal/modules/jbd.o
    insmod /ezxlocal/modules/ext2.o
    insmod /ezxlocal/modules/ext3.o
    
    # Mount our very fucking awsome ext3 device!
    mount -t ext3 -o noatime /dev/mmca1 /mmc/mmca1
    
    # Create a device for our fucking awsome ext2 swap partition!
    mknod /tmp/mmca2 b 243 2
    swapon /tmp/mmca2
    ...
    I haven't seen Daniel around for some time but maybe someone else will be able to help me... I'm looking for jbd.o, ext2.o and ext3.o. Does anyone know where to find them?

    Never mind, found it: http://sourceforge.net/project/showf...roup_id=142482
    MareckiĀ®
    Motorola A780

  2. #12
    Join Date
    Feb 2007
    Location
    SS
    Posts
    52

    Default

    I have a trouble... I downloaded modules, but
    When I run the sentences by telnet:
    insmod /ezxlocal/modules/jbd.o
    insmod /ezxlocal/modules/ext2.o
    insmod /ezxlocal/modules/ext3.o

    Give me a error... Say me than KERNEL not the same ...

    Help!
    THANKS!

  3. #13
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by Kamihacker
    Give me a error... Say me than KERNEL not the same
    maybe your kernel version would be helpful here.

  4. #14
    Join Date
    Feb 2007
    Location
    SS
    Posts
    52

    Default

    My kernel version is:
    2.4.20_mvlcee31-mainstone_pxa27.

    And I need version:
    2.4.20_mvlcee30-mainstone


    What I can do???


    Good, I hope help me in another problem, and is:
    What is Neo-Installer and as I install it? and, How I can install the MKFS in my a1200? only extracting the archives to the TF?
    THANKS!


 
+ Reply to Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. swap partition on windows mobile
    By bpratap in forum Windows Mobile
    Replies: 3
    Last Post: 12-07-2008, 12:32 PM
  2. INFO: Mounting EXT3 partition by DONGA
    By aksd in forum E6 Applications
    Replies: 3
    Last Post: 10-22-2007, 01:44 AM
  3. How i can activate the SWAP partition?
    By Kamihacker in forum A1200 General Chat
    Replies: 8
    Last Post: 05-14-2007, 09:49 PM
  4. Ext3 support and swap partition on Micro SD card
    By younker in forum A1200 General Chat
    Replies: 2
    Last Post: 10-13-2006, 04:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1