You are not logged in.

#1 2008-10-29 18:46:11

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Problem to create a backup iso

Hello there,

i have tried to create an iso image from a system backup. But it fails with the following error message:

mkisofs -V arch_backup -J -r -o backup.iso /media/disk/Backup
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: Directories too deep for '/media/disk/Backup/home/sector/.config/MonoDevelop/addins/MonoDevelop.GtkCore.GtkSharp.2.4.2.4.3.21/lib/mono' (7) max is 6.

Can anyone give me a hint what i make wrong? roll

Last edited by FightRight (2008-10-29 18:47:15)


Ps: Sorry for my bad english

Offline

#2 2008-10-29 18:52:57

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: Problem to create a backup iso

Probably you have too many subdirectories, maximum is 6 and you have 7.

Offline

#3 2008-10-29 18:57:48

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Re: Problem to create a backup iso

Correct, but could you tell me an option to create this image although?


Ps: Sorry for my bad english

Offline

#4 2008-10-29 19:01:41

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: Problem to create a backup iso

Try backup just '.config/MonoDevelop/addins/MonoDevelop.GtkCore.GtkSharp.2.4.2.4.3.21/lib/mono'  instead of 'sector/.config/MonoDevelop/addins/MonoDevelop.GtkCore.GtkSharp.2.4.2.4.3.21/lib/mono'
However, I may be wrong

Last edited by cinan (2008-10-29 19:03:00)

Offline

#5 2009-01-29 11:26:09

Schily
Member
Registered: 2009-01-27
Posts: 15

Re: Problem to create a backup iso

FightRight wrote:

Hello there,

i have tried to create an iso image from a system backup. But it fails with the following error message:

mkisofs -V arch_backup -J -r -o backup.iso /media/disk/Backup
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: Directories too deep for '/media/disk/Backup/home/sector/.config/MonoDevelop/addins/MonoDevelop.GtkCore.GtkSharp.2.4.2.4.3.21/lib/mono' (7) max is 6.

Can anyone give me a hint what i make wrong? roll

You are nott using the original mkisofs but a bad fork that has many well known bugs including
your problem.

Get the real software from: ftp://ftp.berlios.de/pub/cdrecord/alpha/

Your problem has been fixed in the original software in July 2006.

Offline

#6 2009-01-29 14:02:02

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Problem to create a backup iso

Schily wrote:

Get the real software from: ftp://ftp.berlios.de/pub/cdrecord/alpha/

There's also a cdrtools package in the AUR which the OP can use.

Offline

Board footer

Powered by FluxBB