LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Change permissions on partitions to be accessible without password (https://www.linuxquestions.org/questions/slackware-14/change-permissions-on-partitions-to-be-accessible-without-password-4175643419/)

PROBLEMCHYLD 12-06-2018 01:38 PM

Quote:

Originally Posted by enorbet (Post 5933918)
Glad you got it OK but it might be worthy of mention on the subject of ntfs partitions and permission that there is a really simple way that I use. Here's one line from /etc/fstab for one partition

Code:

###/etc/fstab
/dev/sda2    /mnt/ntfs2    ntfs-3g    fmask=111,dmask=000  1  0


I used
Code:

/dev/sda1        /mnt/ntfs0    ntfs-3g    fmask=111,dmask=000 1  0
/dev/sda2        /mnt/ntfs1    ntfs-3g    fmask=111,dmask=000 1  0

which is pretty much the same as yours. Since I use other software that requires the password prompt, I was looking for a universal solution so I used the method luvr posted. As I said, all the methods worked. There is more than one way to skin a cat!!!

@ Petri Kaukasoina & luvr

Code:

# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
# This cannot contain the Group value for security reasons...
SystemGroup sys root

I changed SystemGroup sys root to SystemGroup sys root users and the password prompt went away. Thanks guys, you all been really helpful.


All times are GMT -5. The time now is 08:52 AM.