No permission on external drive

12,220

What file system is on your external drive? Are you sure it supports concepts like owner, permissions and symbolic links? FAT32, for example, doesn't support these things, so you won't be able to use utilities like chmod, and Windows "shortcuts" are not the same as UNIX symlinks.

Share:
12,220

Related videos on Youtube

coder
Author by

coder

Updated on September 18, 2022

Comments

  • coder
    coder almost 2 years

    Possible Duplicate:
    can't change file permission

    On my hard drive everything is fine, but when I go onto my external drive I can't chmod. I get no error message but the changing simply doesn't take place.

    I have tested it and it works fine when I'm on my laptops hard drive.

    The same goes for creating symbolic links, I can create symbolic links on my hard drive but when I try to do it on my external drive I get:

    failed to create symbolic link, Operation not permitted

    What is the problem?

    • lynxlynxlynx
      lynxlynxlynx almost 12 years
      Check how you mounted it, I suspect it is read-only.
    • coder
      coder almost 12 years
      to core folder of the external drive is 700, and chmod doesn't work on that either.
    • Kevdog777
      Kevdog777 almost 12 years
      Are you able to log in as the root? Also try using the sudo command. You haven't mentioned what OS you are using.
  • coder
    coder almost 12 years
    I don't know what file system it has, how do i get that information?
  • Jazz
    Jazz almost 12 years
    That depends on what OS you are using - but as a starting point, you can try df -T and mount - both should give the file system type.
  • Jazz
    Jazz almost 12 years
    Not that I am aware of - those two file systems are so vastly different, that I suspect the only way to change is to bite the bullet and reformat. Sorry to be the bearer of bad tidings.