I have mounted a filesystem in a /mnt/storage but how do i make it accessible for all users not only root?
feedback
|
|
If you mount the drive with the | |||
|
feedback
|
|
You can specify the uid & gid options to identify the mounted volume's owner. In /etc/fstab you can use something like:
or interactively:
| |||
|
feedback
|