Ano-Tech Computers
Enter keyword:

Linux: How to read the volume name of a CD-ROM
Problem:
How to read the volume name of a CD-ROM in Linux
 
Solution:
Use the dd command like this:

"dd if=/dev/hdc bs=1 skip=32808 count=32"
(Replace /dev/hdc with the appropriate device name ofcourse)
 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles