Re: cdrom mounting problems

1997-04-24 Thread Felix Almeida
On Wed, 23 Apr 1997, Igor Grobman wrote:

 I am trying to help my friend install debian.  He is getting the following
 error when dselect tries to mount his cdrom:
 
 mount: /dev/hdd has wrong major or minor number
unable to mount /dev/hdd on /var/lib/dpkg/methods/mnt
type iso9660
 
 Anyone know what major/minor number mean?

  This numbers are used to identify a device in the system. Every device
has its own major and minor numbers.

  Check if your /dev/hdd has the following major and minor numbers (ls
-l):

brw-rw   1 root disk  22,  64 May  8  1995 /dev/hdd
  ^^   ^^
major  minor

  If not, you can use the MAKEDEV command do correct this (see the man
page).

 Thanks.
 -- 
 Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
 Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 


Felix Almeida  [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


cdrom mounting problems

1997-04-23 Thread Igor Grobman
I am trying to help my friend install debian.  He is getting the following
error when dselect tries to mount his cdrom:

mount: /dev/hdd has wrong major or minor number
   unable to mount /dev/hdd on /var/lib/dpkg/methods/mnt
   type iso9660

Anyone know what major/minor number mean?
By the way, his cdrom is recognized by the kernel on boot.

Thanks.
-- 
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .