Code Sample |
# ls -l /mnt drwxrwxrwx 2 root root 4096 oct 7 2006 hda1 drwxr-xr-x 2 root root 4096 oct 7 2006 hdb1 |
Code Sample |
#ls -l /dev/hda1 brwxrwxrwx 1 root disk 3, 1apr 14 2001/dev/hda1 |
Quote (curaga @ May 12 2007,08:30) |
if you mount a floppy just as "sudo mount /dev/fd0" it should take the params from fstab, and let dsl write there.. Try that? |
Code Sample |
# sudo mount /dev/fd0 /mnt/auto/floppy |