리눅스와 윈도 함께 사용할 수 있는 포멧은 없나요? 리눅스에 윈도에서 포맷한것 을 읽고 쓸 수 있는 방법요? 감사합니다.
mount -t vfat /dev/fd0 /mnt/a 이런식으로 하면 MSWindows 형식의 파일을 읽을 수 있습니다. 자세한 내용은 man mount
mount -t vfat /dev/fd0 /mnt/a
man mount
세벌 https://sebuls.blogspot.kr/
[code:1]mount -t vfat /dev/fd0 /mnt/a[/c
mount -t vfat /dev/fd0 /mnt/a이런식으로 하면 MSWindows 형식의 파일을 읽을 수 있습니다. 자세한 내용은man mount세벌 https://sebuls.blogspot.kr/