윈도우를 가상으로만쓰다가 포토샵때문에 어쩔 수 없이 깔아야 될것 같아요
unetbootin에서 아무거나 골라서 깔아봤는데 안되네요
어떤 프로그램이 있나요?
윈도우를 가상으로만쓰다가 포토샵때문에 어쩔 수 없이 깔아야 될것 같아요
unetbootin에서 아무거나 골라서 깔아봤는데 안되네요
어떤 프로그램이 있나요?
그냥 dd 로 베끼면 되지 않나요? 어림짐작에 iso라는 것이 disk image이니까 될 것 같은데요.
해보진 않아서 장담 못합니다.
winusb도 있습니다.
포토샵 대신 GIMP를 써 보는 건 어떨까요? 김프는 리눅스에서 잘 되는데. 물론 엠에스윈도에서도 되고.
14.04 이전 버전에서 winusb
[code:ec649vro]
sudo add-apt-repository ppa:colingille/freshlight
sudo apt-get update
sudo apt-get install winusb
[/code:ec649vro]
14.04 버전에서 winusb
[code:ec649vro]
sudo add-apt-repository ppa:colingille/freshlight
sudo sh -c "sed -i ‘s/trusty/saucy/g’ /etc/apt/sources.list.d/colingille-freshlight-trusty.list"
sudo apt-get update
sudo apt-get install winusb
[/code:ec649vro]
dd를 이용한 방법
[code:ec649vro]
sudo dd if=/path/to/iso/windows.iso of=/dev/sdg bs=4M; sync
[/code:ec649vro]