LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux says my DVD is blank (https://www.linuxquestions.org/questions/linux-software-2/linux-says-my-dvd-is-blank-337201/)

blackdragonblood 06-25-2005 10:11 PM

Linux says my DVD is blank
 
I made an iso of my home directory and burned it to a DVD, but Fedora Core aays the DVD is blank. I looked at the disc and i'm certain that there is data on the disc. I would like to know what i'm doing wrong. Thanks. :)

megaspaz 06-25-2005 10:48 PM

did you mount the dvd?

meinv911 06-26-2005 12:02 AM

did you mount it?

blackdragonblood 06-26-2005 11:44 AM

When I insert the DVD into the drive, it automounts on my desktop as Blank "DVD-R Disc". When I try to mount it from the terminal I get the following.

[root@Black_Widow titty]# mount /dev/cdrom /mnt/dvd
mount: you must specify the filesystem type
[root@Black_Widow titty]# mount -t iso9669 /dev/cdrom /mnt/dvd
mount: unknown filesystem type 'iso9669'
mount: maybe you meant 'iso9660'?
[root@Black_Widow titty]# mount -t iso9660 /dev/cdrom /mnt/dvd
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

exvor 06-26-2005 12:34 PM

What did you burn the dvd as ?

did you use a linux program ?


if you used a linux program witch one was it and what format did you write it in

blackdragonblood 06-26-2005 02:04 PM

I burned an .iso using dvdrecorder.

blackdragonblood 06-27-2005 02:35 PM

I also tried burning a tarball to CD from the terminal and I can't get that to mount either. I tried using windows and that doesn't mount either disc. Could this have something to do w/ how I close the disc?


All times are GMT -5. The time now is 02:47 PM.