Copying files from konqueror
Mark A. Taff
marktaff at comcast.net
Fri Jun 30 17:20:43 UTC 2006
On Friday 30 June 2006 09:32, Dotan Cohen wrote
> When I try it, I get this response:
> ssh: system: Name or service not known
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> rsync error: error in rsync protocol data stream (code 12) at io.c(434)
>
> I thought that the problem might be the fact that I'm using
> system:/media/sda/ as the address of the player, so I went looking in
> /mnt/ for the player, but /mnt/ is empty. What should I do?
Forgive my pedantry if I'm preaching to the choir, but please send emails to
the list instead of to me directly (unless the mail is of a personal
nature--that's fine). ;-) This way, everyone benefits from the exchange, and
the problem & and its resolution can be archived on the Internet so it can
help others in the future. Thanks.
Now then, you are correct that rsync and ssh won't work with system://, as
that is a KDE KIO-slave that bash has no idea about. You can use KIO-slaves
from the command-line via kfmclient, but that nugget won't help us here.
When your media player is mounted you need to find *where* it is mounted. In
Linux, the kernel keeps track of well-known mount devices, filesystems, and
mountpoints in /etc/fstab. Filesystems that are *actually* mounted will
appear in /etc/mtab, so try a `cat /etc/mtab`
Note that `mount -l` will do the same thing as cat /etc/mtab, but I like to go
straight to the text file when I can.
HTH,
Mark
More information about the kubuntu-users
mailing list