Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on September 15, 2009, 09:47:10 AM

Title: isomaster
Post by: Jason W on September 15, 2009, 09:47:10 AM
Thanks to bmarkus for:

Code: [Select]
Title:          isomaster.tcz
Description:    CD image editor for .iso .nrg .mdf
Version:        1.3.6
Author:         Andrew Smith
Original-site:  http://littlesvr.ca/isomaster/
Copying-policy: GPL v2
Size:           82k
Extension_by:   bmarkus
Comments: Compiled for TC2.x
----
PPI compatible
Change-log:     ----
Current:    2009/09/15 First version

Title: Re: isomaster
Post by: bigpcman on September 15, 2009, 11:10:14 AM
Thanks to bmarkus for:

Code: [Select]
Title:          isomaster.tcz
Description:    CD image editor for .iso .nrg .mdf
Version:        1.3.6
Author:         Andrew Smith
Original-site:  http://littlesvr.ca/isomaster/
Copying-policy: GPL v2
Size:           82k
Extension_by:   bmarkus
Comments: Compiled for TC2.x
----
PPI compatible
Change-log:     ----
Current:    2009/09/15 First version


Thanks for this app. It's been one of my favorites.
Title: Re: isomaster
Post by: bmarkus on September 15, 2009, 11:14:31 AM

Thanks for this app. It's been one of my favorites.


Yeah, a nice little toy. Hopefully will help remastering too  :-*
Title: Re: isomaster
Post by: jpeters on September 15, 2009, 11:53:31 AM

Thanks for this app. It's been one of my favorites.


Yeah, a nice little toy. Hopefully will help remastering too  :-*
Doesn't seem to work. It views the files, but when trying to extract:

Code: [Select]
Failed to extract item 'tinycore.gz': 'Failed to open file on the filesystem for writing'

Do you wish to continue?
Title: Re: isomaster
Post by: bmarkus on September 15, 2009, 12:03:38 PM
Doesn't seem to work. It views the files, but when trying to extract:

Code: [Select]
Failed to extract item 'tinycore.gz': 'Failed to open file on the filesystem for writing'

Do you wish to continue?


Please provide details on actions taken to reproduce it. Did you open a TC/MC ISO image and clicked on tinycore.gz, opened tinycore.gz as an image file, etc. ?
Title: Re: isomaster
Post by: jpeters on September 15, 2009, 12:50:08 PM

Please provide details on actions taken to reproduce it. Did you open a TC/MC ISO image and clicked on tinycore.gz, opened tinycore.gz as an image file, etc. ?

loaded ismaster
open tinycore_2.3.1.iso
clicked on boot icon in lower panel
selected tinycore.gz
click on extract (from iso)

Title: Re: isomaster
Post by: bmarkus on September 15, 2009, 12:56:41 PM
Tested, works fine. Your error message suggests that you tried to extract it to a non-writable directory.
Title: Re: isomaster
Post by: jpeters on September 15, 2009, 01:20:51 PM
Tested, works fine. Your error message suggests that you tried to extract it to a non-writable directory.

No, it was in a writable directory. I had to change the permissions of the downloaded iso from root:root to tc:staff, then it worked.

Code: [Select]
tc@box:/mnt/hda3/tmp$ ls -ld
  3 drwxr-xr-x    7 tc       staff        4096 Sep 15 08:54 ./
Title: Re: isomaster
Post by: bmarkus on September 15, 2009, 04:20:49 PM
I see. ISO I used for testing is on FAT32 partition. Anyhow, isomaster works.
Title: Re: isomaster
Post by: jpeters on September 16, 2009, 01:20:23 AM
Could you add a comment re chown?  I suspect isomaster will find some use with the tinycore iso. (some come from windows->puppy ) Thanks!  
Title: Re: isomaster
Post by: vinnie on November 02, 2009, 05:18:37 AM
This package have the same problems of pidgin, without "shared-mime-info.tcz" package the button don't have a icon.
Please update the dependencies.
Title: Re: isomaster
Post by: ^thehatsrule^ on November 25, 2009, 02:21:57 AM
Quote
No, it was in a writable directory. I had to change the permissions of the downloaded iso from root:root to tc:staff, then it worked.
A bit late, but FYI, that means that it wasn't writable (see g-w, o-w).  It would've been writable if you had then started the application as root (u+w).