how to use terminal to transfer ubuntu desktop files to D/E drives

Asked by luke

there's a system error in ubuntu and i can't login via gnome-failsafe session.I'm only able to login through failsafe-terminal.I want to know how to use terminal to transfer my desktop files to other drives so that i can delete & reinstall ubuntu

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
luke
Solved:
Last query:
Last reply:
Revision history for this message
Tomasz 'Zen' Napierala (tzn) said :
#1

Hi,
Are those drives already mounted? Are they local or USB/network attached drives?

Revision history for this message
luke (arpan0008) said :
#2

those are local drives.I've to format the drive in which ubuntu is
installed in order to reinstall it.
so i need to move my useful files to other local drives in order to
save them from getting deleted.

On 2/22/09, Tomasz Z. Napierala <email address hidden> wrote:
> Your question #61898 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/61898
>
> Status: Open => Needs information
>
> Tomasz Z. Napierala requested for more information:
> Hi,
> Are those drives already mounted? Are they local or USB/network attached
> drives?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.edge.launchpad.net/ubuntu/+question/61898
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
peter (peter-neuweiler) said :
#3

In a Terminal type cp file. But you cal also use Nautilus. It's much easier, because it's drag and drop.

Hope it helps.
Peter

Revision history for this message
Tomasz 'Zen' Napierala (tzn) said :
#4

Like peter suggested, you can user "cp" command to copy files, especially in form of cp -ar /source/folder/* /dest/folder/
But you can only do that if you have your drives already mounted, which is probably not true in fail-safe mode. Can you confirm you can mount your additional drives?

Revision history for this message
luke (arpan0008) said :
#5

thanks peter and tomas