Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Linux: How to read the volume name of a CD-ROM
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
How to read the volume name of a CD-ROM in Linux
Tittel: [Solved] Linux: How to read the volume name of a CD-ROM
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
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)