LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-11-2004, 04:23 PM   #1
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Rep: Reputation: 15
Mounting Floppy Problems


im trying to mount my floppy drive:
i used the command: mount /mnt/floppy
and got no error
when i go to konqueror and try to open it it says access denied to /mnt/floppy

what should i do?
 
Old 02-11-2004, 05:02 PM   #2
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
change tho options in /etc/fstab.. mine says:
Code:
/dev/fd0         /mnt/floppy      auto        noauto,user      0   0
but you might have to change user to users
nes
 
Old 02-11-2004, 05:39 PM   #3
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Original Poster
Rep: Reputation: 15
"the file could not be saved. Please check if you have write permission"

Last edited by SykoMachine; 02-11-2004 at 05:45 PM.
 
Old 02-11-2004, 06:31 PM   #4
SailingGypsy
Member
 
Registered: Jan 2004
Location: Florida, USA
Distribution: Slackware, SuSE
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by SykoMachine
"the file could not be saved. Please check if you have write permission"
You have to be root to alter and save the file. You can view the files as a regular user, but only root can modify that file.

HTH
Regards....
 
Old 02-11-2004, 06:45 PM   #5
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Original Poster
Rep: Reputation: 15
im guessing im doing this wrong but
i went into a terminal and typed su and my password
and im in root
but i still cant do it

again, i think im doing this wrong
 
Old 02-11-2004, 07:28 PM   #6
SailingGypsy
Member
 
Registered: Jan 2004
Location: Florida, USA
Distribution: Slackware, SuSE
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by SykoMachine
im guessing im doing this wrong but
i went into a terminal and typed su and my password
and im in root
but i still cant do it

again, i think im doing this wrong
Are you using KDE? Go to SYSTEM-MORE PROGRAMS-FILE MANAGER(Super USer Mode) It will ask you then for your root password. Konqueror will open as root's file manager. You can then fo to /etc/fstab file and modify it using your prefered editor.

If for some reason you do not have that, you can always log in as root, just be careful.

HTH

Regards...
 
Old 02-11-2004, 07:50 PM   #7
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Original Poster
Rep: Reputation: 15
grrr.... first i tried changing it to user
and i got the error:/dev/fd0: Input/output error
then i tried changing it to users, but got the same error, should i restart my computer first?
 
Old 02-11-2004, 07:56 PM   #8
SailingGypsy
Member
 
Registered: Jan 2004
Location: Florida, USA
Distribution: Slackware, SuSE
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by SykoMachine
grrr.... first i tried changing it to user
and i got the error:/dev/fd0: Input/output error
then i tried changing it to users, but got the same error, should i restart my computer first?
AFAIK, you are supposed to reboot, or type: " /bin/mount -a" (no quotes) for the changes in /etc/fstab to take effect.

Regards...
 
Old 02-11-2004, 08:20 PM   #9
SykoMachine
Member
 
Registered: Dec 2003
Distribution: Mandrake 9.1, Slackware 9.1, Windows XP
Posts: 98

Original Poster
Rep: Reputation: 15
i still got same error after the boot
so i tried that command
and still got an error
 
Old 02-11-2004, 08:55 PM   #10
SailingGypsy
Member
 
Registered: Jan 2004
Location: Florida, USA
Distribution: Slackware, SuSE
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by SykoMachine
i still got same error after the boot
so i tried that command
and still got an error
Hmmm ....... very strange. Ok, lets take it one step at a time.

I'll assume you already checked the obvious (floppy drive installed correctly, cable, ok, floppy disk inserted, etc.)


Now, have you tried mounting the floppy as root? (either by login in as root or by "su root" in the terminal) Does it work or does it give you the same error?

If it mounts when you are root, then what exactly does your /etc/fstab say? (cut-paste it here)

Mine, as an example (the /dev/fd0 portion)

/dev/fd0 /mnt/floppy auto noauto,user,exec 0 0

and it has worked perfectly since the original install.

HTH and good luck
Regards...
 
Old 02-14-2004, 01:52 PM   #11
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
ok... what happens when you do this?
insert a floppy
open a terminal
Code:
su
Password: ***
mount -t auto /dev/fd0 /mnt/floppy
if that won't work then
Code:
dmesg | grep fd
and post the output... or maybe try fd1 instead
could you also post the output of
Code:
ls -la /etc/fstab
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with mounting floppy and cdrom tyranus Debian 20 09-03-2005 07:56 AM
problems mounting floppy aru_04 Linux - General 2 08-11-2005 07:20 AM
OpenBSD: problems mounting usb floppy Berhanie *BSD 2 09-19-2004 09:53 PM
*WEIRD*Mounting/Writing Problems - Floppy Disk tubatodd Slackware 5 08-16-2004 09:53 PM
Floppy mounting problems ?? JDalipi Linux - General 2 11-27-2002 10:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration