ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: ABATAPA <altlinux-community@yandex.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Запись больших файлов на DVD
Date: Tue, 7 Feb 2006 18:21:27 +0300
Message-ID: <200602071821.27510.altlinux-community@yandex.ru> (raw)
In-Reply-To: <1139169109.3668.0.camel@alpha.fastlink.ru>

5 февраля 2006 22:51, Вячеслав Диконов написал:
> А чем в Сизифе можно создать чистый UDF-образ DVD на диске?
mkudffs. Не на диске, а в файле. Создать, записать в него файлы, записать FS 
на DVD+-R(W) через cdrwtool:
dd if=/dev/zero of=udf.vol  bs=1024k count=4000
mkudffs --udfrev=0x0102 --media-type=dvd /dev/loop0
mount -tudf -oloop udf.vol ./dir
cp -a my_dir/ ./dir
umount ./dir
cdrwtool -d /dev/scd0 -f udf.vol

Есть еще
mkisofs  -udf

> mkudffs делает не то. pktsetup отказывает.
pktsetup для другого

> В общем, хочу именно образ UDF-диска создать с 1-2 длинными файлами и
> потом записать на DVD+R "на вечное хранение".
См. выше
-- 
ABATAPA


  parent reply	other threads:[~2006-02-07 15:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-05 19:51 Вячеслав Диконов
2006-02-05 19:44 ` [Comm] " Michael Shigorin
2006-02-05 23:01   ` Вячеслав Диконов
2006-02-05 20:05 ` [Comm] " Sergey Vlasov
2006-02-05 22:56   ` Вячеслав Диконов
2006-02-06  9:20     ` [Comm] " Michael Shigorin
2006-02-07 15:21 ` ABATAPA [this message]
2006-02-08  8:23   ` [Comm] " Вячеслав Диконов
2006-02-10  8:13     ` [Comm] [faq] " Michael Shigorin
2006-02-10 16:59       ` ABATAPA
2006-03-04 21:39         ` Michael Shigorin
2006-02-10 16:53     ` [Comm] " ABATAPA
2006-02-10 17:36       ` Sergey Vlasov
2006-02-10 19:39         ` Вячеслав Диконов
2006-02-10 20:33           ` ABATAPA
2006-02-11  8:51             ` Вячеслав Диконов
2006-02-10 20:31         ` ABATAPA

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=200602071821.27510.altlinux-community@yandex.ru \
    --to=altlinux-community@yandex.ru \
    --cc=community@lists.altlinux.org \
    /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