Announcement

Collapse
No announcement yet.

Setting up third hard drive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    The drive permissions are supposed to come from the mount, but not the stuff inside the folder. So what's the output of

    ls -l /mnt/sdc

    Please Read Me

    Comment


      #17
      Originally posted by oshunluvr View Post
      The drive permissions are supposed to come from the mount, but not the stuff inside the folder. So what's the output of

      ls -l /mnt/sdc
      sdc or the name of the directory I made for the 3rd hard drive?

      If it's the latter, than -

      Code:
      total 20
      drwxr-xr-x 3 jeremy jeremy  4096 Jan 31 10:08 documents
      drwx------ 2 jeremy jeremy 16384 Jan 31 09:45 lost+found

      ls -l /mnt/sdc gives

      Code:
      ls: cannot access /mnt/sdc: No such file or directory

      Comment


        #18
        I assumed you used /mnt/sdc for the third drive. That looks normal (the first output). You should be able to access that ok.

        Please Read Me

        Comment


          #19
          O.K., everything appears to be working great. Thanks for your help!

          Comment

          Working...
          X