ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Andrey Brindeew <abr@altlinux.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Мультисессии под Windows: видна только первая
Date: Mon, 17 Feb 2003 09:04:40 +0300
Message-ID: <20030217060440.GA4199@abr.tool.ru> (raw)
In-Reply-To: <20030217044530.03b9257f.ziga@udm.ru>

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

On Mon, Feb 17, 2003 at 04:45:30AM -0400, Aleksey Korotkov wrote:
> AB> После записи второй сессии на диск (gcombust) под linux все видно, а под
> AB> windows (9x, XP) только содержимое первой сессии.
> 
> Напишите точную последовательность Ваших действий.

Инструкции по деланию мультисессий брал вот отсюда:
http://www.atmsk.ru/viewtopic.php?t=60

# Creating test data:
#
# First session data
mkdir Z1/Папа/
echo '1' > Z1/Папа/1.txt

# Intermediate session data
mkdir Z2/Мама/
echo '2' > Z2/Мама/2.txt

# Last session data
mkdir Z3/Я/
echo '3' > Z3/Я/3.txt

# First session
mkisofs -v -r -jcharset koi8-r -o ISO/1.iso Z1
cdrecord -v dev=0,0,0 -eject speed=4 -multi ISO/1.iso

В виндах видим каталог "Папа", в нем - все, как полагается. В Linux все
то же самое.

# Second session
mkisofs -v -r -C `cdrecord -msinfo dev=0,0,0` -M /dev/scd0 -jcharset
	koi8-r -o ISO/2.iso Z2/
cdrecord -v dev=0,0,0 -eject speed=4 -multi ISO/2.iso

В Linux видим /mnt/cdrom/auto/{Папа,Мама} , в виндах - только "Папа".

Закрываем теперь диск третьей сессией:

# Last session
mkisofs -v -r -C `cdrecord -msinfo dev=0,0,0` -M /dev/scd0 -jcharset
	koi8-r -o ISO/3.iso Z3/
cdrecord -v dev=0,0,0 -eject speed=4 ISO/3.iso

Ситуация не изменяется - в виндах только каталог "Папа", в Linux - 
/mnt/cdrom/auto/{Папа,Мама,Я}

Где грабли?

P.S. Смотрелось в VMWare
P.P.S. Использовался следующий тостер: Teac CD-W512EB, rev. 2.0H

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

  reply	other threads:[~2003-02-17  6:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-16 21:15 Andrey Brindeew
2003-02-17  8:45 ` Aleksey Korotkov
2003-02-17  6:04   ` Andrey Brindeew [this message]
2003-02-17  6:23     ` Andrey Brindeew
2003-02-18  5:55       ` Aleksey Korotkov

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=20030217060440.GA4199@abr.tool.ru \
    --to=abr@altlinux.ru \
    --cc=community@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