Menu

#33 b.6181sshfs copy broken

5.1
closed-fixed
rodent (23)
5
2013-07-08
2012-10-24
No

sshfs copy broken when sshfs is mounted on default mountpoint.
This is either with cut/paste or dnd. Default mount point has \ charaters in it and these might be the problem. This is the lpterm area output:

cp -f --recursive -b -d --no-dereference -p /boot/grub/menu.lst /tmp/edscott/mnt/scorpiohomeedscott/geminis
cp: fallo al conservar el propietario de «/tmp/edscott/mnt/scorpio\\home\\edscott/geminis/menu.lst»: Permiso denegado

original file is owned by root. So the -p is broken in this case. Maybe you should deactivate the -p when file is not owned by user?

This done in rodent does not work:

cp menu.lst /tmp/edscott/mnt/scorpio\\home\\edscott/geminis/
cp: accediendo a «/tmp/edscott/mnt/scorpio\\home\\edscott/geminis/»: Permiso denegado

but in a terminal:
cp menu.lst /tmp/edscott/mnt/scorpio\\home\\edscott/
this works fine.

Discussion

  • Edscott Wilson Garcia

    • status: open --> closed-fixed
     
  • Edscott Wilson Garcia

    Default mount point no longer has any \ characters in it. Bug verified fixed in build 6279.

     

Log in to post a comment.

Auth0 Logo