public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: tar a filesystem outside of /cygwin
@ 2000-12-12  9:35 Earnie Boyd
  2000-12-12 10:31 ` John F. Davis
  0 siblings, 1 reply; 19+ messages in thread
From: Earnie Boyd @ 2000-12-12  9:35 UTC (permalink / raw)
  To: John F. Davis, cygwin

--- "John F. Davis" <davis@skink.net> wrote:
> Hello
> 
> I am trying to tar a filesystem outside of /cygwin.  I saw in the faq
> the note about not installing cygwin in the c:/ direcotry.  Copying the
> filesystem outside /cygwin to /cygwin so I can do a tar is not an option.
> This is a rather large filesystem I am trying to tar.
> 
> Any other ideas?
> 

If I have c:\cygwin and c:\foo and I want to access c:\foo with the Cygwin
structure I would simply
  mkdir /foo
  mount [-b] [-s] c:/foo /foo
  tar -cf foo.tar /foo
:).  If you're not familiar with the mount command please reference the
documentation at http://cygwin.com .

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: tar a filesystem outside of /cygwin
@ 2000-12-13  5:49 Earnie Boyd
  0 siblings, 0 replies; 19+ messages in thread
From: Earnie Boyd @ 2000-12-13  5:49 UTC (permalink / raw)
  To: gerrit.haase, Christopher Faylor, cygwin

--- "Gerrit P. Haase" <gerrit.haase@t-online.de> wrote:
> 
> The second case is o.k., argument ftp is invalid, but in first case, 
> not /ftp is invalid, but 'c:ftp' because the quote is a quote and a 
> backslash or slash is missing in this place, so there is the wrong 
> error message, IMHO.

The standard answer here is, "Patches are gratefully considered."

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: tar a filesystem outside of /cygwin
@ 2000-12-12 10:45 Earnie Boyd
  0 siblings, 0 replies; 19+ messages in thread
From: Earnie Boyd @ 2000-12-12 10:45 UTC (permalink / raw)
  To: John F. Davis, 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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* tar a filesystem outside of /cygwin
@ 2000-12-12  9:16 John F. Davis
  2000-12-12  9:30 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 19+ messages in thread
From: John F. Davis @ 2000-12-12  9:16 UTC (permalink / raw)
  To: cygwin

Hello

I am trying to tar a filesystem outside of /cygwin.  I saw in the faq
the note about not installing cygwin in the c:/ direcotry.  Copying the
filesystem outside /cygwin to /cygwin so I can do a tar is not an option.
This is a rather large filesystem I am trying to tar.

Any other ideas?

John

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2000-12-13 14:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-12  9:35 tar a filesystem outside of /cygwin Earnie Boyd
2000-12-12 10:31 ` John F. Davis
2000-12-12 10:39   ` Christopher Faylor
2000-12-12 10:41   ` Larry Hall (RFK Partners, Inc)
2000-12-12 10:58     ` Christopher Faylor
2000-12-12 11:02       ` John F. Davis
2000-12-12 11:43       ` Gerrit P. Haase
     [not found]         ` <20001212144941.A13469@skink.net>
2000-12-12 12:36           ` Gerrit P. Haase
2000-12-12 12:58         ` Christopher Faylor
2000-12-12 22:52           ` Gerrit P. Haase
2000-12-13  6:48             ` Christopher Faylor
2000-12-13 12:30               ` Gerrit P. Haase
2000-12-13 13:52               ` J. J. Farrell
2000-12-13 14:05                 ` Corinna Vinschen
  -- strict thread matches above, loose matches on Subject: below --
2000-12-13  5:49 Earnie Boyd
2000-12-12 10:45 Earnie Boyd
2000-12-12  9:16 John F. Davis
2000-12-12  9:30 ` Larry Hall (RFK Partners, Inc)
2000-12-12  9:53   ` David Starks-Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).