: root@localhost /root]# df
:
: Filesystem 1k-blocks Used Available Use% Mounted on
: /dev/hda6 4127076 1911636 2005796 49% /
: /dev/hda1 21018768 5080128 15938640 25% /mnt/win
: [root@localhost /root]# /mnt/win
: bash: /mnt/win: is a directory
: [root@localhost /root]#
일단 hda1 이 윈도우가 설치된 파티션 같은데요...
/mnt/win 으로 마운트가 된건 /mnt/win 디렉토리가 c: 디렉토리와
같다고 보시면 됩니다.
가령 c:down 디렉토리에 test.txt 라는 파일을 받았다고 치면...
cp /mnt/win/down/test.txt /work/test.txt 명령으로 복사를 하실 수
있습니다. /work 디렉토리는 원하시는 걸로 적어주시면 될거구요...
각종 명령어 뒤에 --help를 붙이거나 man 명령어 하시면 설명을 보실 수
있습니다.
cp --help 혹은 man cp
도움이 되었으면 좋겠네요~~~