Saturday, 24 August 2013

Linux: Mount command

Linux: Mount command

I want to map a directory c:\Animal\Cat to /Cat So that when i use Cygwin,
and just type "cd /Cat" from any directory, it goes to /c/Animal/Cat
I have already done "mount -c /", so i have the following when i do the df
command:
Filesystem 1K-blocks Used Available Use% Mounted on
C:/cygwin/bin 488384532 187949036 300435496 39% /usr/bin
C:/cygwin/lib 488384532 187949036 300435496 39% /usr/lib
C:/cygwin 488384532 187949036 300435496 39% /
C: 488384532 187949036 300435496 39% /c
Thanks for helping.

No comments:

Post a Comment