Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Last active December 25, 2015 17:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambibhas/7014459 to your computer and use it in GitHub Desktop.
Save iambibhas/7014459 to your computer and use it in GitHub Desktop.
Udev rule to add for Xfburn to detect Buffalo external DVD drive as writer
# Add this line to /etc/udev/rules.d/70-persistent-cd.rules
ENV{ID_SERIAL}=="BUFFALO_Optical_Drive_xxxxxxx", ENV{ID_TYPE}="cd", ENV{GENERATED}="1"
# Replace xxxxxxx with your drive's serial number. You can find it in /proc/scsi/usb-storage/
# It should be in one of the files (named with numbers denoting each USB devices attached)
# The content should be like this -
#
# Host scsi8: usb-storage
# Vendor: BUFFALO
# Product: Optical Drive
# Serial Number: 303042314133313033363436
# Protocol: 8070i
# Transport: Bulk
# Quirks:
@argtrak
Copy link

argtrak commented Jan 31, 2015

Thank you! Using this, I was finally able to make my Samsung external DVD drive work properly with Xfburn: (Lubuntu 14.10 64bit)

ENV{ID_SERIAL}=="TSSTcorp_USB_Mass_Storage_Device_xxxxxxx", ENV{ID_TYPE}="cd", ENV{GENERATED}="1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment