LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Permission denied on /mnt/hdg1/test no matter what I do! (https://www.linuxquestions.org/questions/linux-software-2/permission-denied-on-mnt-hdg1-test-no-matter-what-i-do-418887/)

jon_k 02-23-2006 06:18 PM

Permission denied on /mnt/hdg1/test no matter what I do!
 
I've chmod'd /mnt/hdg1/test as 777..... added my user account to the "users" group in /etc/group and /etc/group- files.... no matter what I do I get the following message:

Error creating directory '/mnt/hdg1/test': Permission denied

while trying to make a directory there.

Any ideas?

pljvaldez 02-23-2006 06:21 PM

Try chown user:group /mnt/hdg1. Also, what type of file system is mounted under that directory? If it's FAT32 you might need umask=000 in fstab. If it's NTFS you may be SOL...


All times are GMT -5. The time now is 07:47 PM.