Jump to content

Can't mount DVD+R/W disk in either drive


Steve Scrimpshire
 Share

Recommended Posts

I cannot mount the disk I burned in either my DVD ROMs. Here's the error I get:

[root@localhost omar]# mount -t iso9660 /dev/scd0 /mnt/dvd

mount: wrong fs type, bad option, bad superblock on /dev/scd0,

      or too many mounted file systems

      (could this be the IDE device where you in fact use

      ide-scsi so that sr0 or sda or so is needed?)

[root@localhost omar]# mount /dev/hdd /mnt/dvd

/dev/hdd: Invalid argument

mount: you must specify the filesystem type

[root@localhost omar]# mount -t iso9660 /dev/hdd /mnt/dvd

mount: wrong fs type, bad option, bad superblock on /dev/hdd,

      or too many mounted file systems

      (could this be the IDE device where you in fact use

      ide-scsi so that sr0 or sda or so is needed?)

[root@localhost omar]# cat /proc/devices

Character devices:

 1 mem

 2 pty

 3 ttyp

 4 ttyS

 5 cua

 7 vcs

10 misc

14 sound

21 sg

29 fb

108 ppp

128 ptm

136 pts

162 raw

180 usb

195 nvidia

240 ttySHCF

241 cuaHCF



Block devices:

 1 ramdisk

 2 fd

 3 ide0

11 sr

22 ide1

[root@localhost omar]# cat /proc/scsi/scsi 

Attached devices: 

Host: scsi0 Channel: 00 Id: 00 Lun: 00

 Vendor: SONY     Model: DVD RW DRU-500A  Rev: 2.0c

 Type:   CD-ROM                           ANSI SCSI revision: 02

 

I can read the disk fine in Windows (only in the DVD Writer, but I think my other DVD ROM doesn't support the +R/RW format). Even disks that I burned in Windows cannot be mounted. What am I doing wrong?

Link to comment
Share on other sites

Hmmmm...this fixed it until a reboot. Now I'm back to square one.

 

lsmod:

Module                  Size  Used by

ppp_deflate             2976   0  (autoclean)

zlib_deflate           18592   0  (autoclean) [ppp_deflate]

bsd_comp                4064   0  (autoclean)

ppp_async               6416   1  (autoclean)

ppp_generic            19712   3  (autoclean) [ppp_deflate bsd_comp ppp_async]

slhc                    4672   0  (autoclean) [ppp_generic]

jfs                   134512   0  (unused)

udf                    79248   0  (unused)

hcfpciserial           22400   2  (autoclean)

hcfpciengine          886240   0  (autoclean) [hcfpciserial]

hcfpciosspec           15536   1  (autoclean) [hcfpciserial hcfpciengine]

nvidia               1468272  10  (autoclean)

sr_mod                 13664   0  (unused)

sg                     26144   0  (unused)

sd_mod                 10272   0  (unused)

es1371                 26384   0 

soundcore               3568   4  [es1371]

ac97_codec             10048   0  [es1371]

floppy                 46800   0  (autoclean)

ipt_REJECT              2880   2  (autoclean)

ipt_limit                880  10  (autoclean)

ip_conntrack_irc        3120   1  (autoclean)

ip_nat_irc              2368   0  (unused)

ip_nat_ftp              2976   0  (unused)

ipt_MASQUERADE          1312   2  (autoclean)

ipt_state                576  12  (autoclean)

ipt_LOG                 3408  10 

ip_conntrack_ftp        3824   1 

iptable_mangle          2128   0  (autoclean) (unused)

iptable_nat            15120   3  (autoclean) [ip_nat_irc ip_nat_ftp ipt_MASQUERADE]

ip_conntrack           17392   4  (autoclean) [ip_conntrack_irc ip_nat_irc ip_nat_ftp ipt_MASQUERADE ipt_state ip_conntrack_ftp iptable_nat]

iptable_filter          1680   1  (autoclean)

ip_tables              10976  10  [ipt_REJECT ipt_limit ipt_MASQUERADE ipt_state ipt_LOG iptable_mangle iptable_nat iptable_filter]

printer                 6576   0 

usb-ohci               17952   0  (unused)

il                     58208   1  (autoclean)

ide-scsi                7776   0 

scsi_mod               85152   4  [sr_mod sg sd_mod ide-scsi]

ntfs                   49968   1  (autoclean)

nls_iso8859-1           2832   2  (autoclean)

nls_cp850               3584   1  (autoclean)

vfat                    9776   1  (autoclean)

fat                    30464   0  (autoclean) [vfat]

unix                   13680 106  (autoclean)

reiserfs              164672   3

 

[root@localhost jfs]# cat /etc/modules.conf

alias eth0 il

alias scd0 sr_mod

options ide-cd ignore=hdd

pre-install sg modprobe ide-scsi

pre-install sr_mod modprobe ide-scsi

pre-install ide-scsi modprobe ide-cd





pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start

alias usb-interface usb-ohci

alias sound-slot-0 es1371

options nvidia NVreg_ReqAGPRate=2

alias char-major-6 off

alias char-major-10-135 off



alias char-major-195 nvidia

alias /dev/ttySHCF[0-9]* hcfpciserial

alias char-major-240 hcfpciserial

alias /dev/cuaHCF[0-9]* hcfpciserial

alias char-major-241 hcfpciserial

alias /dev/modem hcfpciserial

options hcfpciserial serialmajor=240 calloutmajor=241 pcivendorid=0x14F1 pcideviceid=0x1036

 

My scsi modules do not get loaded automagically, either. I wonder if that is the problem.

Link to comment
Share on other sites

Strangerer and strangerer. With

 

hdd=ide-scsi

 

in my append line, mounting /dev/hdd doesn't work (or mounting /dev/scd0)

With

 

hdd=scsi

 

in my append line, mounting /dev/hdd works, even though dmesg says:

Kernel command line: BOOT_IMAGE=linux-2.4.20 rw root=306 hdd=scsi ide0=ata66 ide1=ata66 idebus=66

ide_setup: hdd=scsi -- BAD OPTION

 

In neither case do the modules get loaded automatically, though.

 

lsmod with it working:

[root@localhost omar]# lsmod

Module                  Size  Used by

ppp_deflate             2976   0  (autoclean)

zlib_deflate           18592   0  (autoclean) [ppp_deflate]

bsd_comp                4064   0  (autoclean)

ppp_async               6416   1  (autoclean)

ppp_generic            19712   3  (autoclean) [ppp_deflate bsd_comp ppp_async]

slhc                    4672   0  (autoclean) [ppp_generic]

hcfpciserial           22400   2  (autoclean)

hcfpciengine          886240   0  (autoclean) [hcfpciserial]

hcfpciosspec           15536   1  (autoclean) [hcfpciserial hcfpciengine]

nvidia               1468272  10  (autoclean)

ide-scsi                7776   0 

ide-cd                 27088   0 

scsi_mod               85152   1  [ide-scsi]

es1371                 26384   0 

soundcore               3568   4  [es1371]

ac97_codec             10048   0  [es1371]

floppy                 46800   0  (autoclean)

ipt_REJECT              2880   2  (autoclean)

ipt_limit                880  10  (autoclean)

ip_conntrack_irc        3120   1  (autoclean)

ip_nat_irc              2368   0  (unused)

ip_nat_ftp              2976   0  (unused)

ipt_MASQUERADE          1312   2  (autoclean)

ipt_state                576  12  (autoclean)

ipt_LOG                 3408  10 

ip_conntrack_ftp        3824   1 

iptable_mangle          2128   0  (autoclean) (unused)

iptable_nat            15120   3  (autoclean) [ip_nat_irc ip_nat_ftp ipt_MASQUERADE]

ip_conntrack           17392   4  (autoclean) [ip_conntrack_irc ip_nat_irc ip_nat_ftp ipt_MASQUERADE ipt_state ip_conntrack_ftp iptable_nat]

iptable_filter          1680   1  (autoclean)

ip_tables              10976  10  [ipt_REJECT ipt_limit ipt_MASQUERADE ipt_state ipt_LOG iptable_mangle iptable_nat iptable_filter]

printer                 6576   0 

usb-ohci               17952   0  (unused)

il                     58208   1  (autoclean)

ntfs                   49968   1  (autoclean)

nls_iso8859-1           2832   4  (autoclean)

nls_cp850               3584   2  (autoclean)

vfat                    9776   2  (autoclean)

fat                    30464   0  (autoclean) [vfat]

unix                   13680 107  (autoclean)

reiserfs              164672   3

 

I have to modprobe ide-scsi after booting. I know I can add it to my /etc/rc.d/rc.local script, but how does Linux know that hdd needs scsi emulation with it not even recognizing the append line, but it fails scsi emulation with the proper append line?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...