Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The recording to the DVD-R seemed to go OK--the light on the device was lit and cdrecord gave these messages:
Code:
Starting to write CD/DVD at speed 4 in real SAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Track 01: Total bytes read/written: 315970838/315971584 (154283 sectors).
Now I'd like to restore some files but I can't mount the DVD-R as root.
Code:
gauss:~# mount /mnt/cdrw
mount: block device /dev/hdc is write-protected, mounting read-only
mount: you must specify the filesystem type
/etc/fstab has the line
Code:
/dev/hdc /mnt/cdrw auto noauto,user,rw 0 0
I then tried
Code:
gauss:~# mount -t iso9660 /dev/hdc /mnt/cdrw
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Does anyone know how I can access the file home-foo-full.1.dar on the DVD-R?
You can't mount this DVD. There is no dar filesystem. If you want it, then get it:
cp /dev/hdc $HOME/backup-whatever.dar
This helped immensely. But dar can't seem to read the file created.
Code:
# file *
home-foo-full.1.dar: dar archive, label "95e33c46 00000000 2a59" end slice
# dar -l home-foo-full
FATAL error, aborting operation
Reached end of file before all data could be read
Is there any way I can get dar to read this file so that I can restore from my backup?
I wasn't able to get the bytes off the backup DVD-R. I've changed my backup strategy to use mkisofs and have had no problems restoring from a CD-RW or DVD-R on which I've use mkisofs first.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.