본문 바로가기
About Computer/서버관리

Virtual Box - Setup shared Folders (Ubuntu)

by leanu 2010. 1. 12.
  • 바로 적용되는걸 보고 싶을때
    $ sudo mount -t vboxsf <NameOfShardFolder> <ActualFolderPathInUbuntu>

  • 부팅될때마다 잡고 싶을때
    $ sudo vi /etc/profile 명령어로 profile을 열고,

    mount -t vboxsf <NameOfShardFolder> <ActualFolderPathInUbuntu> 추가

PS. NameOfSharedFolder : virtual box -> Devices -> Shared Folders 내에 잡은 공유폴더 이름
PS2. ActualFolderPathInUbuntu : 우분투내 실제 디렉토리 경로

댓글