ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Запись больших файлов на DVD
Date: Sun, 5 Feb 2006 23:05:21 +0300
Message-ID: <20060205200521.GC8748@procyon.home> (raw)
In-Reply-To: <1139169109.3668.0.camel@alpha.fastlink.ru>

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

On Sun, Feb 05, 2006 at 10:51:49PM +0300, Вячеслав Диконов wrote:
> Пытаюсь записать на DVD файл размером 4,3 Гб. Это видео высокой четкости
> и поделить его на части или ужать сильнее нельзя. ISO9660 для этой
> задачи непригодно и mkisofs просто отказывается создавать образы. А чем
> в Сизифе можно создать чистый UDF-образ DVD на диске?
> 
> mkudffs делает не то. pktsetup отказывает. 
> 
> # pktsetup udfdev1 /dev/cdrom
> modprobe: Can't locate module pktcdvd

Ядро древнее (в 2.4 поддержка pktcdvd добавлялась левым патчем).

В 2.6, во-первых, pktcdvd уже является стандартным компонентом,
во-вторых, запись на DVD+RW теоретически работает даже без pktsetup
(практически, похоже, нормально не работает).

> Can't find pktcdvd character device
> ctl open: No such file or directory
> 
> В общем, хочу именно образ UDF-диска создать с 1-2 длинными файлами и
> потом записать на DVD+R "на вечное хранение".

dd if=/dev/zero of=udf.img bs=2k count=X
	(или даже count=1 seek=X-1, чтобы не писать нули на диск
	лишний раз)
mkudffs udf.img
mount -o loop udf.img /mnt/disk

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2006-02-05 20:05 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 ` Sergey Vlasov [this message]
2006-02-05 22:56   ` [Comm] " Вячеслав Диконов
2006-02-06  9:20     ` [Comm] " Michael Shigorin
2006-02-07 15:21 ` [Comm] " ABATAPA
2006-02-08  8:23   ` Вячеслав Диконов
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=20060205200521.GC8748@procyon.home \
    --to=vsu@altlinux.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