mount iso image and usb storage

mount usb storage (ntfs file format)

1. fdisk -l 로 연결되 드라이브 확인

2. mount -t ntfs-3g /dev/sda1 /[마운트할 경로]


mount iso image

1. mount -o loop -t iso9660 -r [iso 이미지 파일 경로] [마운트시킬 경로]


댓글

이 블로그의 인기 게시물

Sybase row_number() 사용

[Tomcat] Tomcat 서버 Manager 페이지 접속하기