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

Thread: mount drives knoppix 3.4

  1. #1
    Member registered user
    Join Date
    Oct 2004
    Posts
    44

    mount drives knoppix 3.4

    totally frustrated read man pages etc

    what is the mount point for the dvd and the cdrom

    i assume its something like mount /dev/cdrom /mnt/ ?

    or mount /dev/dvd /mnt/ ?

    exhused by this by now

    tia
    peter

  2. #2
    Senior Member registered user
    Join Date
    Aug 2004
    Location
    In a house... hopefully
    Posts
    554
    "/mnt/cdrom" to find the cd rom... and i guessing "/mnt/dvd/", of course, if you cant find it, then just look threw the file /dev/ to find something simular...

  3. #3
    Member registered user
    Join Date
    Oct 2004
    Posts
    44

    mount drive problem

    i have--see fstab
    nothing is making any sense

  4. #4
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Check your fstab, but it usually is /cdrom and /dvd. What are you trying to do?

  5. #5
    Member registered user
    Join Date
    Oct 2004
    Posts
    44

    mout drives

    i am trying to mount my cdrom, cdrom1 and my dvd

  6. #6
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Are you running live cd or a hd install? You cannot mount an audio cd, must be opened with a player- kaffeine,xine,xmms. You can mount a dvd by clicking the icon but it will only show you the contents of the files and not run the movie, this also must be done with a player.

  7. #7
    Member registered user
    Join Date
    Oct 2004
    Posts
    44

    mount drive

    running knoppix from hard drive

    i want to see the contents of my cdrom and my dvd

    i have given up trying to find the mount point--i get errors like
    when i clik on the icons for cdrom

    file or directory /mnt/cdrom does not exist
    when i
    cd /mnt/cdrom

    and ls -al

    i see the directory

  8. #8
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: mount drives knoppix 3.4

    Quote Originally Posted by plener
    totally frustrated read man pages etc

    what is the mount point for the dvd and the cdrom

    i assume its something like mount /dev/cdrom /mnt/ ?

    or mount /dev/dvd /mnt/ ?

    exhused by this by now

    tia
    peter
    Are you using the 2.6 kernel? cdrom & dvd are both mounted by automounter, the mount point is /cdrom & /dvd but this was not properly implemented in Knoppix 3.4. The devices are actually /dev/scd0 & /dev/scd1 (I think, scd0 is correct for cdrom but I don't have a dvd drive) but the system is set up to call these deices /dev/cdrom & /dev/dvd. These need to be linked to /dev/scd0 & /dev/scd1. If you have done a debian style install I think all you should have to do is create the links:
    Code:
    ln -s /dev/scd0 /dev/cdrom 
    ln -s /dev/scd1 /dev/dvd
    If you have done a knoppix style install this will get deleted with each boot. I solved the problem by editing /etc/init.d/knoppix-autoconfig (approximately line 22
    Code:
    if ! checkbootparam "nohwsetup"; then
    rm -f /dev/cdrom* /dev/cdwriter* /dev/mouse* /dev/modem* /dev/scanner* \
          /etc/sysconfig/i18n /etc/sysconfig/keyboard /etc/sysconfig/knoppix \
          2>/dev/null
          
    # modified by CrashedAgain create link for /dev/cdrom for 2.6 kernel only
     if [ "${KERNEL:0:3}" == "2.6" ]; then 
     ln -sf /dev/scd0 /dev/cdrom
     fi 
    
    fi
    Everything should work with the 2.4 kernel though; if it doesn't you may have some other problems.

  9. #9
    Junior Member registered user
    Join Date
    Nov 2004
    Posts
    21

    media player/playlists etc.

    Sorry, this was no meant to be a post to this post....................

    I am using juk as my music player (wanted to use amarok but that's another story!!!), but when i press play i get nothing.

    I am missing something here as when i used kscd to play cds i just put the cd in and it saw it, listed the tracks etc. Also how do i transfer the cd to the player with all the track listing etc so i can play it straight from the pc without the cd in. I do not seem to be able to mount the cdrom/dvdrom drive to be able to tranfer the files, get the following error message............

    Unable to run the command specified. The file or folder file:/mnt/cdrom does not exist.

    What i want to do going forward is tranfer all my cd's to the pc and play them via a media player with tarcks listed etc, but i am stumbling early on and really do not want to resort to XP.

    New to linux, home built pc, celeron 1.8 , 256mb, knoppix hdd install.

    Cheers Steve.

  10. #10
    Junior Member
    Join Date
    Jan 2005
    Location
    Australia
    Posts
    4

    location of mount points....3.3

    hello, I see it has been a while since you posted, not sure wether you gave up, or found the solution.

    In case you gave up, or didn't post your solution for others, I'll print my findings on the same problem.

    I'm using a knoppix 3.3 hd-install (debian type); k7 triton motherboard (Gigabyte);amd2000.

    I found my dvd and cd-rom's at....
    /dev/hdd & /dev/hdc
    ....respectively.

    then I made the appropriate links.

    hope it helps,
    ciao for now,
    mountain_muller@hotmail.com

Page 1 of 2 12 LastLast

Similar Threads

  1. USB Drives Mount but...
    By BallisticPain in forum Hardware & Booting
    Replies: 1
    Last Post: 04-27-2006, 03:37 PM
  2. How do I mount hard drives?
    By Sky in forum Hardware & Booting
    Replies: 4
    Last Post: 02-05-2006, 04:37 PM
  3. How to mount USB Drives?
    By richard_earhart in forum General Support
    Replies: 0
    Last Post: 08-17-2005, 07:50 PM
  4. Unable to mount cdrom drives.
    By rbivins in forum General Support
    Replies: 2
    Last Post: 03-27-2004, 03:44 AM
  5. why can't I mount all my drives
    By Eradicator in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 10-26-2003, 06:07 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
  •  


Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



WD_BLACK 1TB SN850X NVMe SSD, Internal Gaming Solid State Drive - WDS100T2X0E picture

WD_BLACK 1TB SN850X NVMe SSD, Internal Gaming Solid State Drive - WDS100T2X0E

$99.99



Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$79.99



Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ picture

Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ

$84.99



Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe picture

Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe

$109.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$26.89



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$773.19



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$109.99