Hi,
I'm trying to set up another kubuntu machine for someone else who can only transfer their existing files from an old windows machine using a floppy disk.
I can mount this using the following commands and copy files from it in konsole but it does not appear in the storage media in dolphin like a cd does. This will make it difficult for a linux newbie to access the files.
Is there a way to mount a floppy automatically and see it in dolphin
mount /media/floppy
umount /media/floppy
fstab line:-
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
I'm trying to set up another kubuntu machine for someone else who can only transfer their existing files from an old windows machine using a floppy disk.
I can mount this using the following commands and copy files from it in konsole but it does not appear in the storage media in dolphin like a cd does. This will make it difficult for a linux newbie to access the files.
Is there a way to mount a floppy automatically and see it in dolphin
mount /media/floppy
umount /media/floppy
fstab line:-
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Comment