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.
Is there a way to quickly detect what type of media is loaded in a drive, and whether it is blank or not, besides using mount to see if you can mount the disc?
I found a posting that suggested using dvd+rw-mediainfo, but this tool only works for DVD media.
I have a backup script that requires using CD-Rs. I want the script to be able to check whether a CD-R, CD-RW, or DVD-R is loaded, and to check if it is writable or not, then either proceed if it is a blank CD-R, or return an error if the wrong media is loaded.
this gives you the disk status ('empty' or 'complete') and media type, and you can further pipe these to awk to get the second column i.e. | awk '{ print $2 }'
I just built Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
-media-info must be in only the x64 version, because it still complains, - Or do you need the Pro version to work? I get a little farther with -atip, but -prcap still doesn't give me the information I need, -prcap only gives me the current read/write speed, and -atip only tells me if it's a DVD - it won't identify a CD-R... but that's a start... thanks for your help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.