This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tar a filesystem outside of /cygwin


--- "John F. Davis" <davis@skink.net> wrote:
> 
> /cygwin is where cygnus is installed.
> /progs is where I have a large filesystem I want to backup with tar.
> 
-8<-
> 
> Any particular reason why I can't mount a filesystem in /home?
> i.e., cd /home/davis
> mkdir progs
> mount c:/progs /progs
> The mount says, "mount: progs: Invalid argument
> 

Because mount can't find /progs as a point to mount to.  You could do `mount
c:/progs /home/davis/progs' since that is where you stored your empty point
directory.

Cheers,

=====
Earnie Boyd
mailto:earnie_boyd@yahoo.com

---         <http://earniesystems.safeshopper.com>         ---
--- Cygwin: POSIX on Windows <http://gw32.freeyellow.com/> ---
---   Minimalist GNU for Windows <http://www.mingw.org/>   ---

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]