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 이미지 파일 경로] [마운트시킬 경로]
1. fdisk -l 로 연결되 드라이브 확인
2. mount -t ntfs-3g /dev/sda1 /[마운트할 경로]
mount iso image
1. mount -o loop -t iso9660 -r [iso 이미지 파일 경로] [마운트시킬 경로]
댓글
댓글 쓰기