ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vyt <vyt@vzljot.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Sisyphus wanted
Date: Mon Jul 30 17:02:12 2001
Message-ID: <20010730172001.43c53b1d.vyt@vzljot.ru> (raw)
In-Reply-To: <20010730190150.525a45cd.gosha@sendmail.ru>

On Mon, 30 Jul 2001 19:01:50 +0600
Gosha <gosha@sendmail.ru> wrote:

> Hi!
> On Mon, 30 Jul 2001 16:55:17 +0400
> Volkov Serge <vserge@menatepspb.msk.ru> wrote:
> 
> > Лично я могу резать на работе, но при условии что меня научат
> > из под линуха iso образы дисков готовить, так как нарезать мне
> > придется на WinNT :(( (не дают под линух перетащить Writer)
> 
> Для этого mkisofs существует. Пользоваться им очень просто.
> Ну например:
> 
> mkisofs -r -J -o /куда/Вам/надо/disk.iso /чего/Вам/надо/в/iso/загнать

Ну и на всякий случай:
для первой записи:
mkisofs -iso-level 2 -jcharset koi8-r -r -o /path/to/image.iso /path/what/record

для дописывания мультисессии:
----
#!/bin/sh

NEXT_TRACK=`cdrecord -msinfo dev=0,0,0`
echo "Last session start, next session start $NEXT_TRACK"
mkisofs -iso-level 2 -jcharset koi8-r -C $NEXT_TRACK -M /dev/scd0 -r -o /path/to/image.iso /path/what/record
----

Про -iso-level 2 не уверен, что нужно.
Вместо koi8-r нужно указать Вашу системную кодировку, вместо /dev/scd0 - Ваше устройство CD-RW.

В записывающей проге нужно указать флаг мультисессии, для cdrecord это -multi.

<skipped>

-- 
Regards, Vyt
mailto:vyt@vzljot.ru



  reply	other threads:[~2001-07-30 17:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-27 17:14 Axel
2001-07-27 17:17 ` Alexander Bokovoy
2001-07-27 17:31   ` Volkov Serge
2001-07-27 18:19     ` [mdk-re] [JT] " Gosha
2001-07-27 18:26       ` Volkov Serge
2001-07-27 18:27   ` [mdk-re] " Axel
2001-07-30 14:15     ` Sergey V Turchin
2001-07-30 14:23       ` Sergey S. Skulachenko
2001-07-30 16:57         ` Sergey V Turchin
2001-07-30 17:04           ` Alexander Bokovoy
2001-07-30 17:15             ` Sergey V Turchin
2001-07-30 17:45               ` Sergey V Turchin
2001-07-31  9:36                 ` Sergey S. Skulachenko
2001-07-31 14:17         ` Dmitry V. Levin
2001-07-30 16:11       ` Axel
2001-07-30 16:38         ` Volkov Serge
2001-07-30 16:42           ` cornet
2001-07-30 17:42             ` Axel
2001-07-30 17:53               ` cornet
2001-07-30 16:45           ` Gosha
2001-07-30 17:02             ` Vyt [this message]
2001-07-30 17:30               ` Gosha
2001-07-30 17:57           ` Axel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010730172001.43c53b1d.vyt@vzljot.ru \
    --to=vyt@vzljot.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git