You are not logged in.

#1 2021-02-09 20:46:59

kendew
Member
Registered: 2016-11-09
Posts: 41

Can't mount cdrom to extract images

Recently I received a number of (older) 650 Mb CD-Rs that contain photos.  I need to extract the photos that were saved to these disks about 15 or more years ago.  I am using Openbox but also have LXQt installed.  A few of these CDs mount with no problem.  Udiskie reports they've been mounted to /dev/sr0 and they appear graphically in pcmanfm-qt for easy access.  However, I am having no luck with most of these disks.  If I use the command recommended in the wiki:

mount -t iso9660 -o ro,loop /dev/sr0 /mnt/cdrom

I get the error:

mount: /mnt/cdrom: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error

.
This error makes for an easy search string, and search results have produced quite a few suggestions.  Following various suggestions I've tried installing multipath-tools, cdrtools, udftools, furiusiso, well as gui apps like acetoneiso2, gnome-disk-utility, dolphin, k3b and others, but nothing has worked.
So I'm wondering if anyone in this august community can tell me what I might be missing.  If it's important, I believe these CDs were created with MacOS tools, but I don't have any Apple computers available.
Thanks

Offline

#2 2021-02-09 21:03:31

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Can't mount cdrom to extract images

Were they finalised after writing?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-02-09 23:03:59

kendew
Member
Registered: 2016-11-09
Posts: 41

Re: Can't mount cdrom to extract images

Slithery, I'm not sure.  I don't know which program created them.  I can't get much info as they were made so long ago.  The only thing I can gather is that they were created on a MacBook Pro of that day.  And that some work and some don't.  Some of the pictures on them might be useful to a design project I'm working on so I'd like to get at them.

Here is some new info from one of the CDs for anyone who might be able to interpret it:

isoinfo dev=/dev/sr0
Setting input-charset to 'UTF-8' from locale.
**BAD RRVERSION (0) in '  ' field 00 00.
CD-ROM is NOT in ISO 9660 format

Isovfy gives

isovfy dev=/dev/sr0
Root at extent 0, 0 bytes
[0 0]
No errors found

Perhaps Apple devices in those days used a different format??

Last edited by kendew (2021-02-10 02:22:18)

Offline

#4 2021-02-10 09:03:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,595

Re: Can't mount cdrom to extract images

What do the good disks mount as? UDF?
Also watch dmesg for IO errors.
You could try testdisk/photorec in case this is an "about 15 or more years ago" issue.

Offline

#5 2021-02-12 01:42:08

kendew
Member
Registered: 2016-11-09
Posts: 41

Re: Can't mount cdrom to extract images

The good disks mount as ISO9660.  The ones that don't mount seem to be HFS according to what testdisk reports:

Disk /dev/sr0 - 669 MB / 638 MiB - 327087 sectors (RO)                                
Analyse sector      229376/327086: 70%                                                
Read error at 168980/0/1 (lba=168980)                                                 
                                                                                      
  HFS                       117928     118647        720 [Install Disk 1]             
  HFS                       118654     119373        720 [Install Disk 2]             
  HFS                       119380     120099        720 [Install Disk 3] 

This is getting to look like it's more trouble than it's worth, so I'm putting it on the back burner for the time being.
Thanks for the help.  Appreciate the suggestions -- I've learned something new.

Offline

#6 2021-02-12 08:09:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,595

Re: Can't mount cdrom to extract images

This looks more like testdisk found three HFS floppy images on the disc?

Offline

#7 2021-02-12 12:48:28

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,599

Re: Can't mount cdrom to extract images

kendew wrote:

The ones that don't mount seem to be HFS..

While Arch don't support HFS OOTB(obviously) you installed hfsutils[AUR]?
I don't know if it'll work but probably your best chance.

Offline

#8 2021-02-12 14:19:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,595

Re: Can't mount cdrom to extract images

modinfo fs_hfs
modinfo fs_hfsplus

Offline

#9 2021-02-12 16:25:10

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,599

Re: Can't mount cdrom to extract images

Hmm, so kernel support it default, nice, because I checked;-)

cat /proc/filesystems

Offline

Board footer

Powered by FluxBB