멀티부팅 컴퓨터에서 windows data를 linux로 이동하려면
페이지 정보
cocom관련링크
본문
컴선생님,
멀티부팅 컴퓨터에서 windows data를 linux로 이동하려면 어떻게 하면 되는지
알려주십시오.
멀티부팅 컴퓨터에서 windows data를 linux로 이동하려면 어떻게 하면 되는지
알려주십시오.
작성일2008-04-16 22:12
You can mount Windows partition to a directory in Linux, for example:
# mount -t ntfs /dev/hda3 /windows
(hda3: depends on Windows partition)
# mount -t ntfs /dev/hda3 /windows
(hda3: depends on Windows partition)