个人工具

UbuntuHelp:FloppyRecognition

来自Ubuntu中文

Wikibot讨论 | 贡献2009年5月18日 (一) 15:47的版本 (创建新页面为 '{{From|https://help.ubuntu.com/community/FloppyRecognition}} {{Languages|UbuntuHelp:FloppyRecognition}} == Introduction == Floppy drives are not automatically recognized in 8.10...')

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Introduction

Floppy drives are not automatically recognized in 8.10 so the module has to be manually added.

Enable the module

MS-DOS Floppies

  1. Open a terminal and enter the following:
gksu gedit /etc/modules
  1. Add the line:
floppy
  1. Save the file and reboot Ubuntu

Ext2 Floppies

  1. Open a terminal and enter the following:
gksu gedit /etc/modules
  1. Add the line:
floppy
  1. Save the file.

Create the floppy device file

Open a terminal and enter the following commands:

sudo mkdir floppy0
sudo chmod g+rwx floppy0
sudo chmod o-rx floppy0
sudo modprobe floppy
sudo mount /dev/fd0 floppy0

Install floppy utilities

Open a terminal and enter the following command:

sudo apt-get install fdflush fdutils

Reboot Ubuntu.

Working with floppies

Format

Open a terminal and type:

sudo gfloppy

Mount

To mount floppy: 1. Open Nautilus 2. Right Click on Floppy Drive -> Mount Volume in Nautilus (File Browser).

Thanks

Page created in reference to Bug #330314. Based on guide provided by miketan63