View previous topic :: View next topic |
Author |
Message |
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Sat Jun 05, 2004 11:12 am Post subject: CDrom Not Found? |
|
|
Hello!
When I try to mount my cdrom, I get a: "mount: special device /dev/cdroms/cdrom0 does not exist".
My ide cdrom used to work just fine and I'm not exactly sure when
it stopped working properly but someone mentioned that it may
have something to do with my kernel (2.6.5) which I re-compiled
last month for ALSA (don't remember if I ever used the CDROM after
that).
The main problem is that there is now no such directory as "/dev/cdroms/cdrom0" (it definately used to exist).
The closest thing I could find was /dev/ide that has "hd" and "host0"
under it.. but I don't think they have anything to do with the cdrom
drive.
Any ideas?
Thanks,
Kristy _________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
PingEnt Tux's lil' helper
Joined: 05 Apr 2003 Posts: 89 Location: Norway
|
Posted: Sat Jun 05, 2004 11:29 am Post subject: |
|
|
Did you remember to include the option "Include IDE/ATAPI CDROM Support" under Device Drivers -> ATA/ATAPI/MFM/RLL support ? Also, does /dev/cdrom exist? _________________ Thanks for reading. This has been a PingEnt presentation. |
|
Back to top |
|
|
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Sat Jun 05, 2004 1:38 pm Post subject: |
|
|
Thanks for the reply :)
/dev/cdrom doesn't exist.. and as for the kernel, I didn't mess with
options that weren't related to sound :/
I've completely forgotten the steps required to modify the kernel
settings (something about going to /usr/src/linux, copying .config,
make menuconfig??) do you by any chance have them handy so that
I can check up on the "Include IDE/ATAPI CDROM Support" option?
By the way, if I mess with the kernel.. any idea if I'm going to have to re-emerge stuff like nvidia-glx and deal with ALSA again?
Thanks,
Kristy _________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
PingEnt Tux's lil' helper
Joined: 05 Apr 2003 Posts: 89 Location: Norway
|
Posted: Sat Jun 05, 2004 2:45 pm Post subject: |
|
|
To recompile your kernel you must first make sure that /usr/src/linux points to the correct kernel folder.
should give an output similar to:
Code: | lrwxrwxrwx 1 root root 22 May 31 19:15 linux -> linux-2.6.5-gentoo-r1/
drwxr-xr-x 19 root root 1312 Jun 5 13:30 linux-2.6.5-gentoo-r1 | If /usr/src/linux doesn't point to your current kernel, do the next steps, if /usr/src/linux points to the correct kernel, jump to "Configuring the Kernel"
First you must remove the old /usr/src/linux symlink, then you must create a new one. The example used is with a gentoo-dev-sources-2.6.5-r1, adjust as needed if you have another kernel:
Code: | rm /usr/src/linux
ln -s /usr/src/linux-2.6.5-gentoo-r1 /usr/src/linux |
Configuring the Kernel.
Now you must change the working directory to /usr/src/linux and then enter the ncurses config program:
Code: | cd /usr/src/linux
make menuconfig | This will bring up a menu in the terminal. Now you must make sure that you have included support for your IDE CDROM:
Use the arrows to move the marker down to the "Device Drivers" option, press enter
Again, move the marker down to "ATA/ATAPI/MFM/RLL support", press enter.
Now there should a an option like this:
< > Include IDE/ATAPI CDROM support
Notice how the < > is empty, this means the kernel isn't compiled with support for IDE CDROMs. Once you have the marker over "Include IDE/ATAPI CDROM support", press Y, which should make the menu entry like this:
<*> Include IDE/ATAPI CDROM support
Exit and save. Continue to "Compiling the kernel"
IF the original entry had a * inside the < >, then the kernel should already have CDROM support, and the problem lies elsewhere (and you don't have to recompile your kernel). IF there is an M inside the < >, then it is compiled as a module and it needs to be loaded (and you don't have to recompile the kernel). If it was compiled as a module, do:
Code: | modprobe ide-cd
echo "ide-cd" >> /etc/modules.autoload.d/kernel-2.6 |
Compiling the kernel
(the working directory should still be /usr/src/linux)
Code: | make && make modules_install |
Once the compile is done, mount the boot partition and copy over the bzImage to your boot partition.
Code: | mount /boot
cp arch/i386/boot/bzImage /boot/bzImage
| Please note about this step: /boot/bzImage is not necessarily the kernel your boot loader is configured to boot from, if unsure, check the configuration file for your boot loader (if you used grub it's /boot/grub/grub.conf)
Once you have compiled and copied over the kernel, you'll have to reboot to make the changes into effect.
Quote: | By the way, if I mess with the kernel.. any idea if I'm going to have to re-emerge stuff like nvidia-glx and deal with ALSA again? | you shouldn't have to as it's not a new kernel you are compiling, you are only changing some options in your current kernel setup. _________________ Thanks for reading. This has been a PingEnt presentation. |
|
Back to top |
|
|
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Sun Jun 06, 2004 4:01 am Post subject: |
|
|
Okay.. the bad news is that CDROM support has already been enabled with a (*).
So, I guess we're back to square one.
Any ideas on what I should check out first? _________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
PingEnt Tux's lil' helper
Joined: 05 Apr 2003 Posts: 89 Location: Norway
|
Posted: Sun Jun 06, 2004 7:29 am Post subject: |
|
|
Firstly, are you sure your BIOS recognizes your CDROM during bootup? Secondly, it might help if you posted the output of dmesg, that might help us narrow down the problem. _________________ Thanks for reading. This has been a PingEnt presentation. |
|
Back to top |
|
|
korora n00b
Joined: 03 Jun 2004 Posts: 6 Location: Bath UK
|
Posted: Sun Jun 06, 2004 12:20 pm Post subject: |
|
|
PingEnt wrote: | it might help if you posted the output of dmesg, that might help us narrow down the problem. |
I've had the same problem on 2.6.5 and I've just found the answer in the dmesg output, (thanks PingEnt)
turns out i was using the wrong kernel boot params (from 2.4)
my grub kernel params DID look like this...
Code: | kernel (hd0,2)/kernel-2.6.5-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda7 vga=0x317 splash=silent desktop hdc=ide-scsi hdclun=0 showopts |
see those two bits refering to hdc..
Code: | hdc=ide-scsi hdclun=0 |
they're NOT for 2.6 so if you got, them rip them out.
my grub kernel params NOW look like this...
Code: | kernel (hd0,2)/kernel-2.6.5-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda7 vga=0x317 splash=silent desktop showopts |
and the cdrom/dvd now work fine.
This has been driving me nuts for a few days, so thanks to everyone on the forums for their help!!
Cheers. _________________ Efficiency is intelligent laziness. |
|
Back to top |
|
|
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Sun Jun 06, 2004 6:45 pm Post subject: |
|
|
Unfortunately, my grub.conf's clean :/ so it isn't that.
I've tried looking thru the dmesg output but can't spot anything. Hope ya'll can :) (I would clean it up a little.. but I don't know know what matters)
Code: |
Linux version 2.6.5-gentoo (root@kristy) (gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)) #1 Mon Apr 12 17:02:24 MYT 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d0000 - 00000000000d6000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
255MB LOWMEM available.
On node 0 totalpages: 65520
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 61424 pages, LIFO batch:14
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 AMI ) @ 0x000fa1a0
ACPI: RSDT (v001 AMIINT VIA_P6 0x00000010 MSFT 0x00000097) @ 0x0fff0000
ACPI: FADT (v001 AMIINT VIA_P6 0x00000011 MSFT 0x00000097) @ 0x0fff0030
ACPI: MADT (v001 AMIINT VIA_P6 0x00000009 MSFT 0x00000097) @ 0x0fff00c0
ACPI: DSDT (v001 VIA P4M266 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:1 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
Built 1 zonelists
Kernel command line: root=/dev/ram0 init=/linuxrc real_root=/dev/hda6 vga=0x317
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 1698.476 MHz processor.
Using tsc for high-res timesource
Speakup v-2.00 CVS: Thu Mar 11 14:33:29 EST 2004 : initialized
Speakup: loading module "speakup_n"
request_module: runaway loop modprobe speakup_n
Console: colour dummy device 80x25
Memory: 253232k/262080k available (2787k kernel code, 8128k reserved, 1005k data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3325.95 BogoMIPS
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 1298k freed
Couldn't initialize miscdevice /dev/synth.
CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 128K
CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU#0: Thermal monitoring enabled
CPU: Intel(R) Celeron(R) CPU 1.70GHz stepping 03
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1698.0121 MHz.
..... host bus clock speed is 99.0889 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfdae1, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Edge set to Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
ACPI: No IRQ known for interrupt pin A of device 0000:00:11.1 - using IRQ 255
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
vesafb: framebuffer at 0xd0000000, mapped to 0xd0807000, size 4096k
vesafb: mode is 1024x768x16, linelength=2048, pages=0
vesafb: protected mode interface info at c000:099c
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
Machine check exception polling timer started.
gx-suspmod: error: no MediaGX/Geode processor found!
apm: BIOS not found.
ikconfig 0.7 with /proc/config*
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
udf: registering filesystem
SGI XFS with large block numbers, no debug enabled
Initializing Cryptographic API
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU1] (supports C1)
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
bootsplash 3.1.4-2004/02/19: looking for picture..... silentjpeg size 21768 bytes, found (1024x768, 20089 bytes, v3).
Console: switching to colour frame buffer device 122x40
Real Time Clock Driver v1.12
Non-volatile memory driver v1.2
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
ACPI: No IRQ known for interrupt pin A of device 0000:00:11.1 - using IRQ 255
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
hda: Maxtor 2F040J0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 p7 >
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 17
cpufreq: P4/Xeon(TM) CPU On-Demand Clock Modulation available
ACPI: (supports S0 S1 S4 S5)
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 172k freed
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ehci_hcd 0000:00:10.3: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.3: irq 10, pci mem d0c75f00
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Initializing USB Mass Storage driver...
drivers/usb/core/usb.c: registered new driver usb-storage
USB Mass Storage support registered.
sbp2: $Rev: 1170 $ Ben Collins <bcollins@debian.org>
found reiserfs format "3.6" with standard journal
Reiserfs journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (hda6) for (hda6)
Using r5 hash to sort names
Adding 506008k swap on /dev/hda5. Priority:-1 extents:1
via-rhine.c:v1.10-LK1.1.19-2.5 July-12-2003 Written by Donald Becker
http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xdc00, 00:0b:6a:23:0a:e6, IRQ 11.
eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 0021.
nvidia: no version magic, tainting kernel.
nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module 1.0-4496 Wed Jul 16 19:03:09 PDT 2003
PCI: Setting latency timer of device 0000:00:11.5 to 64
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA P4M266x/P4N266 chipset
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: AGP aperture is 32M @ 0xe0000000
USB Universal Host Controller Interface driver v2.2
uhci_hcd 0000:00:10.0: VIA Technologies, Inc. USB
uhci_hcd 0000:00:10.0: irq 11, io base 0000e400
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.1: VIA Technologies, Inc. USB (#2)
uhci_hcd 0000:00:10.1: irq 10, io base 0000e800
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.2: VIA Technologies, Inc. USB (#3)
uhci_hcd 0000:00:10.2: irq 10, io base 0000ec00
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
|
_________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
edgarguzman n00b
Joined: 07 Jan 2004 Posts: 45 Location: Guatemala
|
Posted: Sun Jun 06, 2004 7:09 pm Post subject: |
|
|
Hello see the configuration on de ATAPI CDROM this option have you embebed. |
|
Back to top |
|
|
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Mon Jun 07, 2004 12:43 am Post subject: |
|
|
Sorry, but how do I got about it?
Code: |
root@kristy kristy # dmesg | grep -e hd
Kernel command line: root=/dev/ram0 init=/linuxrc real_root=/dev/hda6 vga=0x317
ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
hda: Maxtor 2F040J0, ATA DISK drive
hda: max request size: 128KiB
hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
Reiserfs journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (hda6) for (hda6)
Adding 506008k swap on /dev/hda5. Priority:-1 extents:1
|
I was looking around the forum and some other guy - BoxDude - had
the exact same error except that his directory "/dev/hdc" actually exists while I haven't got it.
And other people's "dmesg -e | grep hd" normally includes some line
about the cdrom like "hdc: CD-RW 52X24, ATAPI CD/DVD-ROM drive". But
mine doesn't :/
Any ideas?
Thanks,
Kristy _________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
KristyX Apprentice
Joined: 18 Dec 2003 Posts: 206 Location: Malaysia
|
Posted: Mon Jun 07, 2004 1:10 am Post subject: |
|
|
Okay guys, sorry to have troubled ya'll but it might be a hardware
problem.
Will update when I'm sure.
Thanks,
Kristy _________________ Knowledge is a process of piling up facts; wisdom lies in their simplification. [Martin Fischer] |
|
Back to top |
|
|
teutzz Guru
Joined: 22 Apr 2004 Posts: 333 Location: .ro
|
Posted: Mon Jun 07, 2004 11:48 am Post subject: |
|
|
try using /dev/hdX (where X = b or c or d depending of where is your cdrom attached) instead of using /dev/cdroms/cdrom0 or whatever in your fstab config file _________________ Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|