Author Topic: Reading a diskette  (Read 418 times)

Offline PeterOD

  • New Friend
  • *
  • Posts: 8
Reading a diskette
« on: March 03, 2012, 04:34:41 PM »
You can tell I'm new to this? No?

I've got the XFCE desktop running and I want to read a diskette as the only 'puter I have with a diskette drive is this old Satellite - I just couldn't see how to do it and Salvo Montalbano was calling.
Can anyone enlighten me?

Peter

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1518
    • PCLinuxOS.nl
Re: Reading a diskette
« Reply #1 on: March 03, 2012, 05:53:02 PM »
Check if mtools is installed.
In Terminal you have all kind of floppy commands
mtools
Supported commands:
mattrib, mbadblocks, mcat, mcd, mclasserase, mcopy, mdel, mdeltree
mdir, mdoctorfat, mdu, mformat, minfo, mlabel, mmd, mmount
mpartition, mrd, mread, mmove, mren, mshowfat, mshortname, mtoolstest
mtype, mwrite, mzip

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
Re: Reading a diskette
« Reply #2 on: March 04, 2012, 02:27:34 AM »


Launch PCC (Configure your computer) and take a look under "local disks"

There should be an option for the FDD in order to mount it, it will then become available graphically via your file-manager

Jase


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline marcin82

  • Full Member
  • ***
  • Posts: 128
  • Jest wirek - jest impreza ;]
Re: Reading a diskette
« Reply #3 on: March 04, 2012, 04:44:09 AM »
You can try also manually mount device - this will give info if there are any problems (as root):
Code: [Select]
mount -t vfat /dev/fd0 /mediaIs there your floppy visible at file?:
Code: [Select]
/boot/grub/device.map
marcin'82