Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-25-2005, 09:19 PM
|
#1
|
Member
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143
Rep:
|
does not have premission to access floppy
I just installed Suse 9.2 and MAN, this is way sweet!
Except for the wee nagging issue of when I opened Firefox and want to import my bookmarks. I click the import from file and I point it off to the floppy. Then I get a message telling me that "You don't have the neccessary premissions to view this file"
BAWwwwwwwwwwwwww, It's my file...
I think this is nice easy fix doing that command thing... chmod something???
thanks for you continued support in my formulative years as a "Newbie Linuxer"
|
|
|
01-25-2005, 09:27 PM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
|
You've to mount the floppy first
mount -t msdos /dev/fd0 /mnt/floppy
|
|
|
01-25-2005, 09:32 PM
|
#3
|
Member
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143
Original Poster
Rep:
|
mounting?
Do I do that from a term window?.... Duh, where else am I gonna do it hu... ok, I'll try that.
|
|
|
01-25-2005, 09:34 PM
|
#4
|
Member
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143
Original Poster
Rep:
|
gasp...
doug@linux:~> mount -t msdos /dev/fd0 /mnt/floppy
mount: only root can do that
doug@linux:~> su
Password:
linux:/home/doug # mount -t msdos /dev/fd0 /mnt/floppy
mount: mount point /mnt/floppy does not exist
|
|
|
01-25-2005, 09:51 PM
|
#5
|
Member
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143
Original Poster
Rep:
|
Hmmmmm, I just noticed, On my desktop I don't even see my floppy... nor do I see my DVD drive.
that's weird.
When I look in konqurer I can drill down to the DVD and floppy and looking at the premissions.. I see root.
|
|
|
01-25-2005, 10:20 PM
|
#6
|
Member
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143
Original Poster
Rep:
|
Ok, here's what I get when I typed mount /mnt/floppy
linux:/home/doug # mount /mnt/floppy
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab
linux:/home/doug #
Any idea on what I shold do now. Oh btw, I'm taking this from a Redhat 9 bible I have hanging around here.
I figured it shold have some good info in it.
|
|
|
01-26-2005, 02:02 AM
|
#7
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Create a directory in /mnt this way:
then try to mount it:
Code:
mount -t msdos /dev/fd0 /mnt/floppy
See if that works. Of course, if the file system is other than msdos, change the code accordingly (if it's a linux floppy you don't have to specify the filesystem).
|
|
|
All times are GMT -5. The time now is 01:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|