LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 09-04-2005, 09:55 PM   #1
bmk
Member
 
Registered: Sep 2005
Location: Olympia, WA
Distribution: SuSE 9.3
Posts: 32

Rep: Reputation: 15
SuSE 9.3-You can only select local files


Almost every time I try to access my floppy drive, this is the response I get. It also says, "Remote files not accepted." I know I'm probably missing something very basic, but how do I make my floppy and CD/DVD work and play well with the system as a whole?

Edited to add: I'm very much a newbie, have had SuSE installed for all of a week and I did try searching on the 'net to find a solution.

BK

Last edited by bmk; 09-04-2005 at 10:08 PM.
 
Old 09-05-2005, 06:35 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"Almost every time I try to access my floppy drive, this is the response I get. It also says, "Remote files not accepted.""

What command are you using to try and access the floppy?

------------------------
Steve Stites
 
Old 09-05-2005, 07:12 PM   #3
bmk
Member
 
Registered: Sep 2005
Location: Olympia, WA
Distribution: SuSE 9.3
Posts: 32

Original Poster
Rep: Reputation: 15
In this case, I had opened Kaffeine and asked it to open a file. One of the options was "media". I clicked on media and then on "floppy drive". In another instance, it was YAST and same procedure--open file, media, floppy drive and.....error message. I know I'm either doing something stupid or haven't done something I need to do. I'm really enjoying SuSE and will just be happier when I get past this learning curve thingie.

bmk
 
Old 09-06-2005, 09:36 AM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"In this case, I had opened Kaffeine and asked it to open a file. One of the options was "media". I clicked on media and then on "floppy drive". In another instance, it was YAST and same procedure--open file, media, floppy drive and.....error message. I know I'm either doing something stupid or haven't done something I need to do. I'm really enjoying SuSE and will just be happier when I get past this learning curve thingie. "

You need to mount the floppy to make it part of your file system. Somehting like:
mount /dev/fd0 /media/floppy

Then when you are finished with the floppy you umount it before you remove it:
umount /dev/fd0


---------------------------
Steve Stites
 
Old 09-07-2005, 12:48 AM   #5
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
Hmm... You shouldn't need to. Media should be mounted and unmounted automatically for you on SuSE by subfs. You CAN mount and "umount" (for bmk, no that's not a typo on jailbait's part) manually from the root account, but I wouldn't mount to the default location. While subfs is working, it may do funny things to the mount point (like not being able to unmount, for example).

Question: Can you go to "My Computer" and open the floppy drive from there?
 
Old 09-07-2005, 11:25 PM   #6
bmk
Member
 
Registered: Sep 2005
Location: Olympia, WA
Distribution: SuSE 9.3
Posts: 32

Original Poster
Rep: Reputation: 15
Sorry for the delay. I've been fighting to get my modem to work, but I succeeded!!! (Hey! I have to take my victories where I can!) I knew about mounting and unmounting floppies via the shell, but it seemed weird to have to switch over to the shell everytime I wanted to use one in an app. I tried accessing it via the My Computer, gd2shoe, but got "The process for the media protocol died unexpectedly." I'm afraid I really am a clueless newbie!

bmk
 
Old 09-07-2005, 11:51 PM   #7
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"Sorry for the delay. I've been fighting to get my modem to work, but I succeeded!!! (Hey! I have to take my victories where I can!) I knew about mounting and unmounting floppies via the shell, but it seemed weird to have to switch over to the shell everytime I wanted to use one in an app. I tried accessing it via the My Computer, gd2shoe, but got "The process for the media protocol died unexpectedly." I'm afraid I really am a clueless newbie!"

The SuSE installer has saddled you with automount. You can rationalize the mount process by disabling automount. Edit /etc/fstab and every place that you find subfs replace subfs with auto. With automount gone then you can mount and umount the floppy and CD to your choosing without having to argue with subfs about what the status of the device is.

Incidently I am installing SuSE 10.0 and I just finished throwing out automount. What a pain in the ass it is.

-----------------------
Steve Stites
 
Old 09-08-2005, 11:59 AM   #8
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
It's a lot better than it used to be (from my perspective, at least). Even so, I don't blame anyone who wants to get rid of it on their box. This particularly in bmk's case, where it doesn't seem to be working at all.
 
Old 09-08-2005, 05:08 PM   #9
bmk
Member
 
Registered: Sep 2005
Location: Olympia, WA
Distribution: SuSE 9.3
Posts: 32

Original Poster
Rep: Reputation: 15
So, the consensus is dump auto-mount and manually mount the floppy when I need it?

bmk
 
  


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
rsync syntax to skip directory, but copy select files.. tnicol Linux - Software 3 07-24-2007 05:40 AM
Command to select and move mutiple files from list in text file steve.paris Linux - Newbie 11 11-27-2005 12:44 PM
No longer able to select files from my user home directory oily_rags SUSE / openSUSE 4 11-06-2005 01:39 PM
GtkFileChooserDialog: How to select both, files and directories? froedi Programming 0 06-11-2005 07:07 AM
select files with attributes Quis Linux - General 1 04-03-2003 02:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 02:34 AM.

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