Announcement

Collapse
No announcement yet.

unwrittable external hdd formated with ext4

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

    [SOLVED] unwrittable external hdd formated with ext4

    Dear All,

    I've been searching in the internet without finding help.

    I formated an external hdd with ext4 but I apparently cannot write on it. Furthermore it is not written that I am allowed to write on it, but it is also not written that I'm not allowed.
    Please, could you help me to write on it?

    #2
    Hi everybody,
    I wrote
    Code:
    sudo chown -R user:user /path/to/external drive
    where the two "user" have been replaced by the username and the problme has been solved.

    Comment


      #3
      Yes, except for VFAT or NTFS, you must modify ownership the first time a USB stick is inserted. EXT and other file systems that are POSIX require this.

      Please Read Me

      Comment

      Working...
      X