Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvd_eject [2017/01/24 00:41]
beandog
dvd_eject [2018/03/27 23:37]
beandog
Line 1: Line 1:
 ====== dvd_eject ====== ====== dvd_eject ======
 +
 +  * [[dvd_info]] - main package
  
 Along with [[dvd_drive_status]],​ I wrote my own little standalone C program that ejects a DVD drive. Along with [[dvd_drive_status]],​ I wrote my own little standalone C program that ejects a DVD drive.
Line 10: Line 12:
  
 <​code>​ <​code>​
-gcc -o dvd_eject dvd_eject.c+gcc -o dvd_eject ​-ldvdcss ​dvd_eject.c
 </​code>​ </​code>​
 +
 +This doesn'​t check to see if a device is mounted, and will not unmount it. Using ''​eject''​ will.
 +
 +Mine is cooler because of the fun output. :D

Navigation