ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Degtyaryov <maga@replay.ru>
To: community@altlinux.ru
Subject: Re: [Comm] монтирование cdrom
Date: Thu, 6 Feb 2003 16:32:40 +0300
Message-ID: <20030206163240.6b3012ad.maga@replay.ru> (raw)
In-Reply-To: <20030206150224.770c93b4.max@extel-gsm.com>

Доброго дня, Maxim V Smirnov.
Thu, 6 Feb 2003 15:02:24 +0200  Вы сказали буквально следующее:

> On Thu, 6 Feb 2003 19:57:37 +0800
> Pavel Stupin <grosso@mail.ru> wrote:
> 
> > Здравствуйте,
> > 
> > Не получается примонтировать CDROM. В /var/log/messages есть такие
> > сообщения:
> > 
> > Feb  6 19:47:26  localhost automount[1121]:  attempting to  mount
> > entry /mnt/auto/cdrom
> > 
> > Feb  6 19:47:26  localhost automount[2222]:  >> mount: No  medium
> > found
> > 
> > Feb 6 19:47:26  localhost automount[2222]: mount(generic): failed
> > to mount /dev/cdrom (type auto) on /mnt/auto/cdrom/
> > 
> > 
> > В /etc/fstab прописано:
> > 
> > /dev/cdrom /mnt/cdrom auto user,iocharset=koi8-r,ro,auto 0 0
> > 
> > 
> > 
> > Что нужно сделать?
> 1. Проверить куда указывает линк /dev/cdrom
> 	Команда ls -l /dev/cdrom
> 2. Поправить линк, если CD "переехал" на другой канал IDE
> 	Пример :
> 	Во время инсталляции CD был слейвом на примари и линк
> 	указывает на /dev/hdb
> 	Затем добавили 2 винчестера и CD стал слейвом на секондари
> 	IDE. Тогда линк должен показывать на /dev/hdd
> 	Поправить можно командой (от root'а)
> 	rm /dev/cdrom && ln -s /dev/hdd /dev/cdrom
> > 

В таком раскладе, возникают ошибки рода "not a valid block
device", а не "no medium found"

$ sudo rm /dev/cdrom
$ sudo ln -s /dev/hdd /dev/cdrom
$ mount /mnt/cdrom
mount: /dev/cdrom is not a valid block device
$ sudo rm /dev/cdrom
$ sudo ln -s /dev/scd0 /dev/cdrom
$ mount /mnt/cdrom
mount: No medium found


-- 
Rgds, Сергей Дегтярев
[maga@localhost]$ /usr/games/fortune
Первая мрачная ночь



  reply	other threads:[~2003-02-06 13:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-06 11:57 Pavel Stupin
2003-02-06 12:19 ` Artem Pastukhov
2003-02-06 13:02 ` Maxim V Smirnov
2003-02-06 13:32   ` Sergey Degtyaryov [this message]
2003-02-06 16:07     ` Pavel Stupin
2003-02-06 16:26       ` Andriy Dobrovol's'kii
2003-02-06 16:33         ` Pavel Stupin
2003-02-06 16:38         ` Sergey Vlasov
2003-02-06 17:24           ` Pavel Stupin
2003-02-06 17:39             ` Sergey Vlasov
2003-02-07  7:20             ` Artem Pastukhov
2003-02-07 10:49             ` sam
2003-02-07 10:42     ` sam
2003-02-08  5:56       ` Pavel Stupin

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=20030206163240.6b3012ad.maga@replay.ru \
    --to=maga@replay.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