I think you're probably right about the permissions being the issue. I'll give it a try tomorrow and see if that doesn't take care of it. I'm still a little weak in my command line skills with Linux. Is the that the exact command... chmod -R 777? or do I need to add the actual user name?
Main Topics
Browse All Topics





by: arashagaPosted on 2008-03-17 at 17:35:44ID: 21147606
did you double check the permissions? make sure you create the folder first and check and see if it matches the folder and path of you Xerox machine. set the permission to all users by chmod -R 777 to see if works. if it does that means you have permission problems. then you have to check the permissions on the old HD and make the same on the new one. However leaving the permission to all users is a security risk. but it is just for the troubleshooting peruse.