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
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$16.50



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.50



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$13.50



Pair Kingston HyperX FURY 16GB (2X8GB) PC3-14900 DDR3-1866Mhz Non-ECC Memory picture

Pair Kingston HyperX FURY 16GB (2X8GB) PC3-14900 DDR3-1866Mhz Non-ECC Memory

$18.95



TEAMGROUP T-CREATE EXPERT 64GB (2 x 32GB) PC5-48000 (DDR5-6000) DIMM Memory -... picture

TEAMGROUP T-CREATE EXPERT 64GB (2 x 32GB) PC5-48000 (DDR5-6000) DIMM Memory -...

$120.00



32GB ECC DDR3 RAM 2x16GB PC3L-12800R Desktop/Server Memory picture

32GB ECC DDR3 RAM 2x16GB PC3L-12800R Desktop/Server Memory

$11.99



HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB picture

HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB

$127.20



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$39.95