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
  •  


Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.2Ghz 16-C 128GB 1x1280W Rails TrueNAS ZFS

$725.06



H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W

$2612.18



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



CSE-118 Supermicro 1U GPU Server 2.6Ghz 28-C 128GB 2x Nvidia K40 GPU 2x1600W PSU picture

CSE-118 Supermicro 1U GPU Server 2.6Ghz 28-C 128GB 2x Nvidia K40 GPU 2x1600W PSU

$580.03



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



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$353.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99