Floppy Troubles - Lucid 10.04

Asked by lp-void

After reading Question #120571 - which I believe was my answer to the same problem ....I still messed up by trying other methods read elsewhere :-

janice@janice-desktop:~$ sudo mount -t vfat /dev/fdO /media/floppy
mount: special device /dev/fdO does not exist
janice@janice-desktop:~$ sudo mount -t vfat /dev/fd0 /media/floppy
mount: /dev/fd0 is not a valid block device
janice@janice-desktop:~$ gksudo gedit /etc/fstab
janice@janice-desktop:~$ /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
bash: /dev/fd0: Permission denied
janice@janice-desktop:~$ why
The program 'why' is currently not installed. You can install it by typing:
sudo apt-get install why
janice@janice-desktop:~$ sudo mount -t vfat /dev/fd0 /media/floppy0
janice@janice-desktop:~$ sudo unmount /media/floppy
sudo: unmount: command not found
janice@janice-desktop:~$ sudo unmount /media/floppy0
sudo: unmount: command not found
janice@janice-desktop:~$ gksudo gedit/etc/modules
janice@janice-desktop:~$ floppy
No command 'floppy' found, did you mean:
 Command 'floppyd' from package 'floppyd' (universe)
 Command 'kfloppy' from package 'kfloppy' (main)
floppy: command not found
janice@janice-desktop:~$

CAN SOMEONE HELP ME OUT OF THIS MESS PLEASE? I really don´t know what I am doing or did.
Technically Challenged :)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

The man terminal command is your friend to exit from man press the q keyboard key, so from a terminal type:

man mount
man umount
man gksudo
man gedit
man sudo

Additionally, if you are new to Ubuntu, i recommend reading through the Ubuntu Manual, it's very informative:

http://ubuntu-manual.org/

Click on the "download Button" to download the latest PDF version.

Revision history for this message
lp-void (lp-void) said :
#2

Yeh! Right 1 mate ....this is getting me no where in a hurry! My sudo does not register that I have a floppy drive...much less that there are 2 floppy0 files on my computer now (from previous other advices)!! that are not mountable because of /dev/fd0 is missing !! + not removable as per below.

I would not have posted question if I had ´not done reading´ (still am) and tried multiple other means of fixing the issue.

Please read my most recent attempt ...part of which I did try before I recall....I really need some straight forward advices or answers to this issue.

If anybody can assist or give suggestion would be greatly appreciated.

Back to more searching & reading :(

janice@janice-desktop:~$ sudo apt-get dev/fd0
[sudo] password for janice:
E: Invalid operation dev/fd0
janice@janice-desktop:~$ sudo apt-get install dev/fd0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package dev
janice@janice-desktop:~$ sudo apt get install fd0
sudo: apt: command not found
janice@janice-desktop:~$ sudo apt-get install fd0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package fd0
janice@janice-desktop:~$ sudo apt-get install makedev/fd0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'fd0' for 'makedev' was not found
janice@janice-desktop:~$ sudo apt-get mount dev/fd0
E: Invalid operation mount
janice@janice-desktop:~$ sudo mount /dev/fd0 /floppy -t vfat
mount: mount point /floppy does not exist
janice@janice-desktop:~$ sudo mount /dev/fd0 /floppy0 -t vfat
mount: mount point /floppy0 does not exist
janice@janice-desktop:~$

Revision history for this message
Sam_ (and-sam) said :
#3

Sorry, regarding the issue to make a long story short.
https://answers.launchpad.net/ubuntu/+question/101865

Revision history for this message
lp-void (lp-void) said :
#4

I am trying ...got rid of one floppy0 ...not sure how ...but this is what happens now

janice@janice-desktop:~$ # /etc/modules: kernel modules to load at boot time.
janice@janice-desktop:~$ #
janice@janice-desktop:~$ # This file contains the names of kernel modules that should be loaded
janice@janice-desktop:~$ # at boot time, one per line. Lines beginning with "#" are ignored.
janice@janice-desktop:~$ # Parameters can be specified after the module name.
janice@janice-desktop:~$
janice@janice-desktop:~$ floppy
No command 'floppy' found, did you mean:
 Command 'floppyd' from package 'floppyd' (universe)
 Command 'kfloppy' from package 'kfloppy' (main)
floppy: command not found
janice@janice-desktop:~$ floppy0
No command 'floppy0' found, did you mean:
 Command 'floppyd' from package 'floppyd' (universe)
floppy0: command not found
janice@janice-desktop:~$ sudo mount /dev/fd0 /floppy -t vfat
[sudo] password for janice:
mount: mount point /floppy does not exist
janice@janice-desktop:~$ sudo mount /dev/fd0 /floppy0 -t vfat
mount: mount point /floppy0 does not exist
janice@janice-desktop:~$ sudo mount /dev/fd0 /floppyO -t vfat
mount: mount point /floppyO does not exist
janice@janice-desktop:~$

I WAS IN HERE AS WELL BUT THE TERMINAL WOULD NOT LET ME ENTER COMMANDS OR GET HELP

  GNU nano 2.2.2 File: /etc/modules Modified

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

floppy

^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell

Revision history for this message
Sam_ (and-sam) said :
#5

Please copy content here:
gedit /etc/fstab

Anyway, what about GUI?
system administration -> disk utility
http://www.thecodingstudio.com/opensource/linux/screenshots/scaled/Ubuntu%2010.04/30.gif

Is the floppy listed there and can be mounted?

Revision history for this message
Sam_ (and-sam) said :
#6
Revision history for this message
Sam_ (and-sam) said :
#7
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#8
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#9

Please open the menu System→Administration→User and groups
and check the permissions of your user please give all permissions using the "Advanced settings" go to "Users Priviledges" and set all permissions.

Then open a terminal and type::

udisk --mount /dev/fd0

Can you help with this problem?

Provide an answer of your own, or ask lp-void for more information if necessary.

To post a message you must log in.