Results 1 to 3 of 3
Hi folks,
Knoppix LiveCD 4.0.2
I encountered mounting floppy problem.
# mount /dev/fd0 /mnt/floppy
Code:
mount: mount point /mnt/floppy is a symbolic link to nowhere
# ls -l /mnt/floppy
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-27-2006 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Mounting floppy problem
Hi folks,
Knoppix LiveCD 4.0.2
I encountered mounting floppy problem.
# mount /dev/fd0 /mnt/floppy# ls -l /mnt/floppyCode:mount: mount point /mnt/floppy is a symbolic link to nowhere
# mount /dev/fd0 /mnt/auto/floppyCode:lrwxrwxrwx 1 root root 16 Jan 27 22:13 /mnt/floppy -> /mnt/auto/floppy
# ls -l /mnt/auto/floppyCode:mount: mount point /mnt/auto/floppy does not exist
Please advise how to mount floppy. TIACode:ls: /mnt/auto/floppy: No such file or directory
B.R.
satimis
- 01-28-2006 #2
You could try to mount it on another directory, such as just mounting it to /home or /mount.
- 02-02-2006 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi dylunio,
# mount /dev/fd0 /mnt/
mount: block device /dev/fd0 is write-protected, mounting read-only
it works.
# ls -l /mnt/floppy
lrwxrwxrwx 1 root root 16 Feb 2 18:46 /mnt/floppy -> /mnt/auto/floppy
Why the mount point /mnt/floppy is symlinked to /mnt/auto/floppy
B.R.
satimis


Reply With Quote
