Find the answer to your Linux question:
Results 1 to 4 of 4
I'm running a hard drive installation of DSL. (From what I've gathered, this is the most appropriate forum for said distro.) This is truly a neophyte's question, but how do ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2

    Formatting CDs for Linux

    I'm running a hard drive installation of DSL. (From what I've gathered, this is the most appropriate forum for said distro.) This is truly a neophyte's question, but how do I transfer video files from XP to DSL via CD? My CD-RWs never seem mount correctly these days, although they have once before. I hope I haven't corrupted the data indices or anything.

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    What program were you using to burn the CDs? Also, were you just relying on the OS to auto-mount or have you tried manually mounting them?
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2
    I am using MicroBurner v4. I haven't tried manually mounting the CD drive. How does it make a difference? As I stated before, my CD-RW loaded successfully once before -- I honestly can't see a reason for this problem.

  4. #4
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Talan View Post
    I am using MicroBurner v4. I haven't tried manually mounting the CD drive. How does it make a difference? As I stated before, my CD-RW loaded successfully once before -- I honestly can't see a reason for this problem.
    Manually mounting the disc makes a difference because auto-mount doesn't always tell you when it fails. It could be that your distro sees the disc, but isn't mounting it properly on its own. You should be able to mount it by opening up a console and typing this:

    Code:
    cd /mnt/
    mount /dev/cdrom cdrom
    It may tell you only root can mount it. In that case gain root privileges by typing su and your root password and try the command again.
    Registered Linux user #270181
    TechieMoe's Tech Rants

Posting Permissions

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