Failed to get full access to drive "TSSTcorp DVD+-RW TS-L632H". Make sure that you either have write access to device "/dev/sr0", are member of "cdrom" group or have CAP_SYS_RAWIO enabled.
------------------------------------------------------------
So after running the following commands these are the responses I receive:
Code: Select all
~$ ls -l /dev/sr0
Code: Select all
$ getfacl /dev/sr0
# file: dev/sr0
# owner: root
# group: cdrom
user::rw-
user:gary:rw-
group::rw-
mask::rw-
other::---
Code: Select all
~$ whoami
So being new to the world of Linux would someone tell me what else I need to do and exactly HOW ... preferably in NON GEEK ... thank you!