Skrevet av Emne: Linux: How to read the volume name of a CD-ROM  (Lest 2212 ganger)

ATC

  • Gjest
Linux: How to read the volume name of a CD-ROM
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • How to read the volume name of a CD-ROM in Linux



    ATC

    • Gjest
    [Solved] Linux: How to read the volume name of a CD-ROM
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • 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)