: : 디스켓에 마우트 했던 명령어를
: : 적어주시면 도움이 될거같은데요
: : 마운트 명령어에서 옵션을 잘못 주었거나
: : 디스켓의 파일시스템을 잘못 적어준거 같습니다.
: : : 전요 알자 6.1쓰는데요
: : : 아직초보라그런데..
: : : 디스켓에 복사할께 있어서 들어갈려구하면 이런 메세지가 뜬느데..
: : :
: : : mount : wrong fs type, bad option, bad superblock on /dev/fd0, or too
: : : many mounted file system
: : :
: : : 이렇게 나오는데 머가잘못된거죠??
: : : 앙 미치겠어요!
: : :
: : : --
: : : _-_;;
:
: 디스켓이 리눅스 파일포멧이면..
: mount -t ext2 /dev/fd0 /mnt/floppy
: 디스켓이 윈도우 파일포멧이면
: mount -t fat /dev/fd0 /mnt/floppy
:
: 해보심이 어떨지여.....
:
: --
: 도움이 됬으면 좋겠네여...^^
위에처럼 했는데 다시 이렇게 나오는데요..
Usage: mount [-hv]
mount -a [-nfFrsvw] [-t vfstypes]
mount [-nfrsvw] [-o options] special l node
mount [-nfrsvw] [-t vfstype] [-o options] special node
A special device can be indicated by -L label or -V wind--...