Author Topic: Install With Package Manager To Sd Card  (Read 2762 times)

stac

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Install With Package Manager To Sd Card
« on: October 05, 2005, 01:56:52 pm »
Hi Folks -

I'm taking the plunge today and love everything I see of pdaXrom so far, save the problem I'm experiencing installing apps to SD. I've tried my SD formatted FAT16, FAT32 and EXT2 (using the EXT2FSD utility found at SourceForge). Every time I try to do an install, I see the message in the log:

tar: ./control: Cannot change ownership to uid 501, gid 501: Operation not permitted

I know the package is being saved successfully at /mnt/card/home/home/tmp/ipkg so I know the card is mounted and rw accessible. Currently my SD is formatted FAT16 for simplicity sake. TIA for any eyes and hands that can help me through this.

Regards,
Stac
Sporting...

CacKo 1.23

Sl-C1000, PDAir Leather Case, 1GB ATP 60X SD, Socket 10/100 CF, NetGear MA701, Memorex 64MB (for flashing), 1GB Microdrive (for storing ipkgs and data)


Visit my new package feed and feel free to donate to show your support!

rmrfchik

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Install With Package Manager To Sd Card
« Reply #1 on: October 05, 2005, 02:02:59 pm »
Quote
Hi Folks -

I'm taking the plunge today and love everything I see of pdaXrom so far, save the problem I'm experiencing installing apps to SD. I've tried my SD formatted FAT16, FAT32 and EXT2 (using the EXT2FSD utility found at SourceForge). Every time I try to do an install, I see the message in the log:

tar: ./control: Cannot change ownership to uid 501, gid 501: Operation not permitted

I know the package is being saved successfully at /mnt/card/home/home/tmp/ipkg so I know the card is mounted and rw accessible. Currently my SD is formatted FAT16 for simplicity sake. TIA for any eyes and hands that can help me through this.

Regards,
Stac
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98282\"][{POST_SNAPBACK}][/a][/div]
You can install only to unix filesystem (ext2, 3).
--
pdaXrom, SL-C860, Chronos (Billionton) BT/CF, SE Z600, SD 1Gb, Debian, brain damaged.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Install With Package Manager To Sd Card
« Reply #2 on: October 05, 2005, 02:10:21 pm »
roughly do this :

unmount your SD
Code: [Select]
# umount /mnt/card
Format it as ext2
Code: [Select]
# mkfs.ext2 /dev/mmcd/disc0/part1
Pull out your card, re-insert it or
Code: [Select]
mount /dev/mmcd/disc0/part1 /mnt/card
Try installing again.

NOTE : ALL THE DATA ON THE CARD WILL BE LOST.

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

stac

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Install With Package Manager To Sd Card
« Reply #3 on: October 05, 2005, 02:18:57 pm »
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98282\"][{POST_SNAPBACK}][/a][/div]
[/quote]
You can install only to unix filesystem (ext2, 3).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98284\"][{POST_SNAPBACK}][/a][/div]
[/quote]


OK - I reformatted the card to ext2 and gave an abiword install another shot...

and get the very same error message... the SD card, if this means anything, is an ATP high speed 1GB card (9.8MB/s R/W)...

Is there a way to reformat the card to ext3 on the Z itself so I can try that?

TIA!
Stac
Sporting...

CacKo 1.23

Sl-C1000, PDAir Leather Case, 1GB ATP 60X SD, Socket 10/100 CF, NetGear MA701, Memorex 64MB (for flashing), 1GB Microdrive (for storing ipkgs and data)


Visit my new package feed and feel free to donate to show your support!

stac

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Install With Package Manager To Sd Card
« Reply #4 on: October 05, 2005, 02:23:26 pm »
Quote
roughly do this :

unmount your SD
Code: [Select]
# umount /mnt/card
Format it as ext2
Code: [Select]
# mkfs.ext2 /dev/mmcd/disc0/part1
Pull out your card, re-insert it or
Code: [Select]
mount /dev/mmcd/disc0/part1 /mnt/card
Try installing again.

NOTE : ALL THE DATA ON THE CARD WILL BE LOST.

Chero.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98285\"][{POST_SNAPBACK}][/a][/div]

Chero - thanks very much - formatting the card as ext2 ON THE Z seems to have made the difference!

Regards,
Stacey
Sporting...

CacKo 1.23

Sl-C1000, PDAir Leather Case, 1GB ATP 60X SD, Socket 10/100 CF, NetGear MA701, Memorex 64MB (for flashing), 1GB Microdrive (for storing ipkgs and data)


Visit my new package feed and feel free to donate to show your support!

stac

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Install With Package Manager To Sd Card
« Reply #5 on: October 05, 2005, 02:39:54 pm »
It's really nice and warm in here :-D I gotta tell you, I've had my Z-6000L for a few months now and have been on the fence about whether I wanted/needed it anymore because I was really disappointed that it looked like a dead-end. Now that I've found this place, I feel like my machine has found a new lease on life and I'm staying...

Donation on the way... and kudos to everyone for the quick help!

Regards,
Stac
Sporting...

CacKo 1.23

Sl-C1000, PDAir Leather Case, 1GB ATP 60X SD, Socket 10/100 CF, NetGear MA701, Memorex 64MB (for flashing), 1GB Microdrive (for storing ipkgs and data)


Visit my new package feed and feel free to donate to show your support!