Welcome to the Linux Foundation Forum!

Standard user unable to write to new mounted partition

I think I'm missing something simple here...

Every time I add a new disk by: running fdisk to create a partition, running mkfs.ext4 to create the filesystem and then mount it (usually to /mnt) a non-privileged user cannot write to it, I get "Permission Denied". If I SUDO I am able to create files under than mount point.

Thanks,
Matt

Best Answer

  • Posts: 916
    Answer ✓

    you have to change the permissions on the mount point to allow users to use it. like chmod 755 /mountpoint

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training