Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2008 17:47:22 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Xenophan <forums.office@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help With [seemingly] Simple Problem
Message-ID:  <441vysqdqt.fsf@be-well.ilk.org>
In-Reply-To: <19850089.post@talk.nabble.com> (Xenophan's message of "Mon\, 6 Oct 2008 19\:40\:23 -0700 \(PDT\)")
References:  <19850089.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Xenophan <forums.office@gmail.com> writes:

> Alright, this is one of those moments when a normal person is forced to
> become terminal typing freak (sorry guys =)) against their will...
>
> I have a FreeBSD7 server box in my garage that serves the computers on my
> network with files. It has been a godsend: 2 1TB SATA drives raid-1'd and I
> have a peace of mind that all my files are secure in one place in the house
> that has doubled as my office. 
>
> The box has basic non-gui install of FreeBSD7 and I access it through WinSCP
> from other boxes around the house. Voila! So easy!
>
> Well it was until I decided to bring some order to it - sort files in the
> right directories. This is usually a snap in XP, but UNIX would not allow
> things to be simple I guess: When I want to empty out few folders into
> another folder ("DUMP") and there are same files in both folders (one I am
> copying from (Downloads) and one I am moving them to(DUMP)) I get an error:
>
> [HTML]General failure (server should provide error description).
> Error code: 4
> Error message from server: Failure
> Request code: 18[/HTML]

That error is being displayed by a Windows application?
I'm guessing you're using Samba on the server, and that there may be
more information in the Samba logs.

> My guess was that it found similar named files and flipped out only leaving
> me the options to skip or abort (I skipped). So I decided to do it through
> command line via Putty. Friend of mine suggested this command through
> bash:[HTML] mv Downloads/* .[/HTML] 

Sounds about right.

> Effect was the same: I get a polite error notifying me that: :
> [HTML]FileName.extension: Directory not empty[/HTML]

In future, try to cut and paste the *exact* text from the terminal
window (in this case, the Putty window).  I'll take a guess, but I'm
working in the dark a bit here.

Are there any sub-directories in the "Downloads" directory?  Do you
have the permissions to remove them?  Make sure that the user account
(the one under which you are executing the command) has write
permissions to the directories being modified.

> Whoopty do!
>
> XP would be nice enough to give me options: name of conflicting file; sizes;
> options: Abort, Overwrite, Skip
>
> These options are crucial because some files may have changed and I may want
> to rename the file and save it as a newer version while keeping the old one.
> I usually find this out by looking at the file sizes. 
>
> Is there a way to do the same from command line?

Many.  I would recommend using rsync, which is available from ports.

Good luck.
-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
		http://be-well.ilk.org/~lowell/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441vysqdqt.fsf>