dyne / tomb

the Crypto Undertaker
https://dyne.org/software/tomb
GNU General Public License v3.0
1.34k stars 153 forks source link

Copy/paste doesn't work #257

Closed javabeanz closed 7 years ago

javabeanz commented 7 years ago

On Centos 7, copy pasting files onto the open tomb mounted fs doesn't work, "paste" option is disabled.

roddhjav commented 7 years ago

Did you set user permissions on your mounted folder:

sudo chown -R "${uid}:${gid}" "${path}"
sudo chmod 0711 "${path}"
jaromil commented 7 years ago

I'm still undecided if to restore those chown/mods to be set upon mount. Its sort of handy for noobs but nasty for pros. Looking for opinions.

javabeanz commented 7 years ago

CENTOS automatically offers to open the newly mounted filesystem after opening the tomb, and mounts them on /media/ in my case /media/secrets I can modify the rights on this folder but that seems impractical if you have to do that for each tomb.

On Mon, Apr 17, 2017 at 3:01 PM, Jaromil notifications@github.com wrote:

I'm still undecided if to restore those chown/mods to be set upon mount. Its sort of handy for noobs but nasty for pros. Looking for opinions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dyne/Tomb/issues/257#issuecomment-294481667, or mute the thread https://github.com/notifications/unsubscribe-auth/ADE4rDkkwjdMSSXW4ttRJD1pTDBFuoMLks5rw2KhgaJpZM4M_G5i .

javabeanz commented 7 years ago

Specifying a mountpoint and applying the chown commands dont help : mount_tomb:135: permission denied: /mnt/win//.uid mount_tomb:137: permission denied: /mnt/win//.tty mount_tomb:140: permission denied: /mnt/win//.host mount_tomb:144: permission denied: /mnt/win//.last

Narrat commented 7 years ago

Did you apply the chown commands before or after mounting the tomb?

javabeanz commented 7 years ago

i thought i already tried both but trying it again makes it work. mounting works now without errors, and copy/paste too. thanks for your assitance.

On Mon, Apr 17, 2017 at 8:36 PM, Narrat notifications@github.com wrote:

Did you apply the chown commands before or after mounting the tomb?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dyne/Tomb/issues/257#issuecomment-294554343, or mute the thread https://github.com/notifications/unsubscribe-auth/ADE4rLPqz2wsjl7EOr8IiRBeimWUO7o3ks5rw7E2gaJpZM4M_G5i .