755 permissions via samba for a CDrom or DVDrom... howto in debian?
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
755 permissions via samba for a CDrom or DVDrom... howto in debian?
after digging around for a bit i keep getting pointed to a file that does not exsist in debian or so the searches have told me to set permissions to a device that is mounted by an other user.
all i want to do is something that is 2 clicks in windows.
i have a DVD player in my media box that plays DVDs perfectly for my little setup. problem is DVD::RIP has turned into a bit of a pig and wants to use somehting like 20G of space to take one of my kids DVDs and convert it to an avi file that will end up only being 700M. i have almost 7G free on that partition yet i get out of space errors... *very pissed about that btw*
so fine ill share the flipping DVD drive via samba and just use nero in windows to convert the DVD to an avi file and move it to the proper location on my LAN.
well i can see the files, but can not access them either from my windows box or from my laptop running debian linux (exact same vs as is on my media box). in fact when i try to play any of the VOB files on the laptop i am told i do not have the permissions to access the file or the file does not exsist. well we know it exsists as kaffeine was able to navigate to the share and read the file.
in windows i would right click on the drive, click on sharing, set the permissions to what ever i want (755 would be a linux equivilent) and then click OK. 5-10seconds later it is done.
WTF is wrong with linux that i can not at least do something simular as share a flipping DVD player via the LAN and gain access to more then just reading the directory of files. the entire reason for creating a share in the first place is to access them from more then 1 point in a LAN. well that is what i want to do. i want to access the DVD from any other computer on my LAN without being told i do not have permissions.
i can not chmod or chown as i get errors. hello root can do as it pleases, why can root not do the above?
i know it can work as the local user can gain full access to the drive to (read and execute) permissions to the drive so why not a local user?
###############really pissed about this lack of controll of my hardware in a system that is supposed to be the most freedom when it comes to controll#############
mount your dvd rom with gid=users,mode=660 and there you go
(mount -t ufs -o gid=users,mode=660 /dev/dvd0 /mnt/dvd)
replace users with a group name of your wish and/or use uid for a specific user. I don't know if the paths are correct, just use the right ones...
you could add/modify the line in /etc/fstab and/or /etc/samba/smb.conf to include these settings...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.