Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: ...symbolic link to nowhere...?

  1. #1
    Junior Member registered user
    Join Date
    Oct 2005
    Location
    uk
    Posts
    24

    ...symbolic link to nowhere...?

    Hi,

    I have installed on the HDD and it worked well - everything works but i cannot mouny my cdrom.

    IBM pentium 4 2.4Ghz 40Ghz HDD

    I have been through the forum and found various advice. I have edited my /etc/fstab file to use the proer name of the device (seen as hdc by Knoppix), but I get the message shown:

    mount: mount point /mnt/cdrom is s symbolic link to nowhere

    Any help for this wet-behind-the-ears newbie?

    Thanks,

    Roger.

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    there are several solutions.
    either make a directory in /mnt called cd (sudo mkdir/mnt/cd)and replace cdrom with cd in fstab (kedit /etc/fstab),
    OR
    just remove the link and make a regular dir there.
    now things should work.

  3. #3
    Junior Member registered user
    Join Date
    Oct 2005
    Location
    uk
    Posts
    24
    Thanks Oerjan - I have made progress.

    It seems the system is not trying to mount the cd, because if I do it with no cd in the drive, I get an error message saying 'no medium found', but I get a new error message when I actually put a cd in the drive:

    >>could not mount device

    the reported error was:

    mount: wrong fs type bad option bad superblock on /dev/hdc,
    missing codepage or other error<<

    Then the cd drive runs continuously and won't let me open the drive unless I shut down the computer.

    progress! At least something is happening.

    Thanks,

    Fatcharlie

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    huh, how did you burn that CD? it should work great. atleast if hdc IS your player.
    EDIT eh, is that a music disk?
    If so they do not need mounting, you just put them in cd and play them, xmms is a good one, you might have to redirect the link /dev/cdrom though. make it point to /dev/hdc /EDIT

  5. #5
    Junior Member registered user
    Join Date
    Oct 2005
    Location
    uk
    Posts
    24
    Hi OErjan,

    no it's a data cd with various files, .bmp's, .doc's etc - all brunt using WinXP Home on my Dell Dimension 4800 Pentium 4 2.26Ghz (so you knwo what system I'm using).

    Maybe I'll try bruning one with stuff created on Knoppix - perhaps that will work.

    But I need to transfer some files from my Win XP machine to this new Knoppix machine - no network as yet so my only choice is cd's? I can't get onto the internet yet with the Knoppix machine because I need the Speedtouch script - and that's on my WinXP machine!

    I feel I'm nearly there - hope you can help.

    Cheers,

    Fatcharlie.

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    hmm, what does
    Code:
    cat /etc/fstab
    say? and
    Code:
    dmesg|grep CD
    please note that in linux CD and cd, Cd, cD are four diferent things, that is shift/capslock makes a diference.

  7. #7
    Junior Member registered user
    Join Date
    Oct 2005
    Location
    uk
    Posts
    24
    Hi OErjan,

    here's what I have:

    Cat /etc/fstab gave quite a lot of text, and since I can't yet get it onto this machine (I am using my Windoze machine to talk to you) I have just grabbed the part I think you're interested in:

    /dev/hdc mnt/cd iso9660 defaults,ro,users,noexec, 0 0

    I have changed the bit which says /mnt/cd - it was /mnt/auto/cdrom before - but there was no such entry. I created a directory called /cd in /mnt and that is when I started getting a little success.

    dmesg | grep CD got:

    hdc: LTN486S, ATAPI CD/DVD-ROM drive
    hdc: ATAPI 48X CD-ROM drive, 120kB cache
    Uniform CD-ROM driver Revision: 3.20
    Unable to identify CD-ROM format.

    I hope this helps!

    Incidentally I have discovered my Floppy works fine - is there any way I could have directed the contents of the 'cat' and the 'dmesg' results into a file on A: drive - i could have just pasted that here then.

    I am sure there is a way I just don't know it!

    Thanks again,

    Fatcharlie.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    sure, redirecting output from screen to a file on floppy is a breese, just use a > and point it to some location you want the output.
    to put the output on a textfile on the floppy just mount the floppy (rightklick floppy icon on desktop--> choose mount), then type
    Code:
    cat /etc/fstab > /mnt/floppy/fstab.txt&&dmesg>/mnt/floppy/dmesg.txt
    now umnount the floppy before removing it (rightklick floppy icon on desktop--> choose unmount), otherwise the files may not be written to disk fully.
    the > takes the output and redirects it where you point it (in this case a file called fstab.txt in /mnt/floppy) the && makes the two comands happen one after the other.
    you can also create a file on the mounted floppy and copy paste the errors there then unmount it...

  9. #9
    Junior Member registered user
    Join Date
    Oct 2005
    Location
    uk
    Posts
    24
    Hi OErjan,

    I have done as you suggested and the results are:

    fstab gives:

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda2 / reiserfs defaults 0 1

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    usbfs /proc/bus/usb usbfs devmode=0666 0 0
    sysfs /sys sysfs defaults 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    /dev/hdc /mnt/cd iso9660 defaults,ro,users,noexec, 0 0
    /dev/dvd /dvd iso9660 defaults,ro,users,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ext3 noauto,users,exec 0 0


    and dmesg gives:

    hdc: LTN486S, ATAPI CD/DVD-ROM drive
    hdc: ATAPI 48X CD-ROM drive, 120kB Cache
    Uniform CD-ROM driver Revision: 3.20
    Unable to identify CD-ROM format.


    I hope this gives you a clue as to why I can't see my cds!

    I got the latest version of SuSE today on Linux User magazine - only trouble is it's a DVD! Doh! Maybe I can take the DVD from my windoze machine and install it in the Linux machine?

    Anyway, that's another issue really - I just want to be able to get my cds working.

    Thanks for all your help,

    Fatcharlie.

  10. #10
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    hmm, it seems like the CDrom canot read the fileformat. weird. have you tried with another disk? and how about another drive? (perhaps in a different computer)

Page 1 of 2 12 LastLast

Similar Threads

  1. D-Link DWL-650(M)
    By Jameson in forum Hardware & Booting
    Replies: 0
    Last Post: 08-21-2005, 03:14 AM
  2. how to add symbolic link to root
    By fosfaglo in forum Customising & Remastering
    Replies: 2
    Last Post: 12-10-2004, 03:51 AM
  3. Symbolic Linking
    By Jameson in forum General Support
    Replies: 2
    Last Post: 11-26-2004, 09:07 PM
  4. Symbolic links are readonly!?
    By xiao in forum Customising & Remastering
    Replies: 0
    Last Post: 11-22-2003, 04:46 AM
  5. D-Link DWL-120
    By jscinoz in forum Networking
    Replies: 0
    Last Post: 09-14-2003, 08:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell EMC NX3230 Server picture

Dell EMC NX3230 Server

$599.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox

$340.00



Dell Precision T3600 | Xeon E5 | 16GB | GPU | 128GB SSD | Win 10 Pro picture

Dell Precision T3600 | Xeon E5 | 16GB | GPU | 128GB SSD | Win 10 Pro

$115.00



Dell PowerEdge R610 picture

Dell PowerEdge R610

$80.00



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$44.99



HP Z4G4 Intel Xeon W2133-3.6 GHz, 256 NVME, 6TB HDD, 32GB RAM P620 NO OS picture

HP Z4G4 Intel Xeon W2133-3.6 GHz, 256 NVME, 6TB HDD, 32GB RAM P620 NO OS

$265.00



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Xeon E5-2697 v2 2.7GHz 30M 12-Core LGA2011 CPU Processor SR19H picture

Intel Xeon E5-2697 v2 2.7GHz 30M 12-Core LGA2011 CPU Processor SR19H

$27.99



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00