Re: [newbie] Re: [Cooker] Supermount problems...

2000-03-04 Thread cptkidd

please post your configuration.  i cannot get my ls120 working with mdk 7.0
iso-2.
ls mod does not show the "ide-floppy" loaded either.
keep getting an "input/output error".
do i need to rebuild kernel to make it operational?


Alan Shoemaker wrote:

 Brianyep, supermount works fine here.  Two floppies (1.44 
 1.2) a cdrom (scsi), and a zip 100 (also scsi).  The cdrom
 ejects fine and never locks closed.  IDE ls-120 does not work
 with supermount, so it is used the normal Linux way.

 Alan

 "Brian T. Schellenberger" wrote:
 
  Yes, the CD-RW issue is quickly becoming a FAQ on the expert list
  (thanks for at least picking the other two lists instead!)
 
  Mankrake 7.0 has a bug (evidently not fixed in in 7.0v2) whereby for a
  CD-RW it correctly sets up the LILO parameters to tell it to use
  ide-scsi emulation (necessary for CD-RWs under Linux) but fails to make
  the corresponding change to the /dev/cdrom (or in your case
  /dev/cdrom2) links.
 
  Just
 
 rm /dev/cdrom2
 ln -s /dev/scd0 /dev/cdrom2
 
  (Verify that the /dev/scd0 is the correct device in your case)
 
  and you should be all set for the CD-RW.
 
  As for the zip drive, are you trying to mount MS-DOS zips or do you
  have ext2-formatted zips?  Also, I'd check the /dev/zip device; if you
  have standard zip disks I believe that I recall (from years ago when I
  used a zip drive) that the it's /dev/pda3 (or /dev/hdc3 or
  whatever--the third partition anyway--that is active on a zip drive as
  factory-formatted.  You might want to verify where /dev/zip points,
  too.  Since I know that's the problem with the CD-RW it's a likely
  culprit with the zip drive as well.
 
  =
 
  In other news, has anybody actually had "supermount" do anything
  *useful* for them?  It seems to auto-mount ok for me once, but it
  doesn't auto-unmount, and ordinary users can't umount them, either, so
  I have to go into superuser to just to change the #@$! CD.  For this
  reason, I've just disabled supermount on my system and use a more
  conventional fstab with the "user" option set on all removable devices.
 
  Where is doc on "supermount"?  There's no man page I can find other
  than the one on the command but all it does it munge /etc/fstab, and
  no "howtos" shipped with Mandrake 7.0, as far as I can tell.
 
  On Thu, 02 Mar 2000, you wrote:
  | Has any one had a problem with supermount under
  | Mandrake 7.0v2? I have two ide cdroms, one of which is
  | a cd-writer, and an ide zip drive, but I can only use
  | the floppy and first cdrom.  When I try to mount the
  | zip or the writer it get the following messages:
  |
  | $ cd /mnt/zip
  | bash: cd: /mnt/zip: Input/output error
  |
  | $ cd /mnt/cdrom2
  | bash: cd: /mnt/cdrom2: Input/output error
  |
  | I have included the entries in the fstab file below:
  |
  | /dev/hda1 /mnt/DOS_hda1 vfat user,exec,conv=binary 0 0
  | /dev/hda5 /mnt/DOS_hda5 vfat user,exec,conv=binary 0 0
  | /dev/hda6 /boot ext2 defaults 1 2
  | /dev/hda7 / ext2 defaults 1 1
  | /dev/hda8 swap swap defaults 0 0
  | /dev/hda9 /home ext2 defaults 1 2
  | /mnt/floppy /mnt/floppy supermount
  | fs=vfat,dev=/dev/fd0 0 0
  | none /proc proc defaults 0 0
  | none /dev/pts devpts mode=0620 0 0
  | /mnt/cdrom  /mnt/cdrom  supermount
  | fs=iso9660,dev=/dev/cdrom 0 0
  | /mnt/cdrom2 /mnt/cdrom2 supermount
  | fs=iso9660,dev=/dev/cdrom2 0 0
  | /mnt/zip/mnt/zipsupermount
  | fs=vfat,dev=/dev/zip 0 0
  |
  | zip - hdc4
  | cdrom - hdb
  | cdrom2 - hdd
  |
  | Any help would be greatly appreciated...
  |
  | Chris
  | __
  | Do You Yahoo!?
  | Talk to your friends online with Yahoo! Messenger.
  | http://im.yahoo.com
  --
  I am "Brian, the man from babble-on" (Brian T. Schellenberger).
  I can be reached at [EMAIL PROTECTED] .
  I support http://www.eff.org  http://www.programming-freedom.org .
  I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



Re: [newbie] Re: [Cooker] Supermount problems...

2000-03-04 Thread Pixel


 Has any one had a problem with supermount under
 Mandrake 7.0v2? I have two ide cdroms, one of which is
 a cd-writer, and an ide zip drive, but I can only use
 the floppy and first cdrom.  When I try to mount the
 zip or the writer it get the following messages:
 
 $ cd /mnt/zip
 bash: cd: /mnt/zip: Input/output error

[...]

 zip - hdc4

oups, seems like it's my fault again(TM), at least partly ;-(


2000-03-04  Pixel  [EMAIL PROTECTED]

* modules.pm (write_conf): add ide-floppy to the modprobes of
post-install supermount



i don't know about ls120's...



Re: [Cooker] Supermount problems...

2000-03-03 Thread Robert L Martin

just as an aside from an lpt Zip user the Zip cart is factory formatted
as partion 4
get a hold of someone with a lpt zip and see if they can mount the same
cart
(it would be /dev/sda4)

Chris Cable wrote:

 Has any one had a problem with supermount under
 Mandrake 7.0v2? I have two ide cdroms, one of which is
 a cd-writer, and an ide zip drive, but I can only use
 the floppy and first cdrom.  When I try to mount the
 zip or the writer it get the following messages:

 $ cd /mnt/zip
 bash: cd: /mnt/zip: Input/output error

 $ cd /mnt/cdrom2
 bash: cd: /mnt/cdrom2: Input/output error

 I have included the entries in the fstab file below:

 /dev/hda1 /mnt/DOS_hda1 vfat user,exec,conv=binary 0 0
 /dev/hda5 /mnt/DOS_hda5 vfat user,exec,conv=binary 0 0
 /dev/hda6 /boot ext2 defaults 1 2
 /dev/hda7 / ext2 defaults 1 1
 /dev/hda8 swap swap defaults 0 0
 /dev/hda9 /home ext2 defaults 1 2
 /mnt/floppy /mnt/floppy supermount
 fs=vfat,dev=/dev/fd0 0 0
 none /proc proc defaults 0 0
 none /dev/pts devpts mode=0620 0 0
 /mnt/cdrom  /mnt/cdrom  supermount
 fs=iso9660,dev=/dev/cdrom 0 0
 /mnt/cdrom2 /mnt/cdrom2 supermount
 fs=iso9660,dev=/dev/cdrom2 0 0
 /mnt/zip/mnt/zipsupermount
 fs=vfat,dev=/dev/zip 0 0

 zip - hdc4
 cdrom - hdb
 cdrom2 - hdd

 Any help would be greatly appreciated...

 Chris
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com



Re: [Cooker] Supermount problems...

2000-03-03 Thread Brian T. Schellenberger


Yes, the CD-RW issue is quickly becoming a FAQ on the expert list
(thanks for at least picking the other two lists instead!)

Mankrake 7.0 has a bug (evidently not fixed in in 7.0v2) whereby for a
CD-RW it correctly sets up the LILO parameters to tell it to use
ide-scsi emulation (necessary for CD-RWs under Linux) but fails to make
the corresponding change to the /dev/cdrom (or in your case
/dev/cdrom2) links.

Just

   rm /dev/cdrom2
   ln -s /dev/scd0 /dev/cdrom2

(Verify that the /dev/scd0 is the correct device in your case)

and you should be all set for the CD-RW.

As for the zip drive, are you trying to mount MS-DOS zips or do you
have ext2-formatted zips?  Also, I'd check the /dev/zip device; if you
have standard zip disks I believe that I recall (from years ago when I
used a zip drive) that the it's /dev/pda3 (or /dev/hdc3 or
whatever--the third partition anyway--that is active on a zip drive as
factory-formatted.  You might want to verify where /dev/zip points,
too.  Since I know that's the problem with the CD-RW it's a likely
culprit with the zip drive as well.

=

In other news, has anybody actually had "supermount" do anything
*useful* for them?  It seems to auto-mount ok for me once, but it
doesn't auto-unmount, and ordinary users can't umount them, either, so
I have to go into superuser to just to change the #@$! CD.  For this
reason, I've just disabled supermount on my system and use a more
conventional fstab with the "user" option set on all removable devices.

Where is doc on "supermount"?  There's no man page I can find other
than the one on the command but all it does it munge /etc/fstab, and
no "howtos" shipped with Mandrake 7.0, as far as I can tell.


On Thu, 02 Mar 2000, you wrote:
| Has any one had a problem with supermount under
| Mandrake 7.0v2? I have two ide cdroms, one of which is
| a cd-writer, and an ide zip drive, but I can only use
| the floppy and first cdrom.  When I try to mount the
| zip or the writer it get the following messages:
| 
| $ cd /mnt/zip
| bash: cd: /mnt/zip: Input/output error
| 
| $ cd /mnt/cdrom2
| bash: cd: /mnt/cdrom2: Input/output error
| 
| I have included the entries in the fstab file below:
| 
| /dev/hda1 /mnt/DOS_hda1 vfat user,exec,conv=binary 0 0
| /dev/hda5 /mnt/DOS_hda5 vfat user,exec,conv=binary 0 0
| /dev/hda6 /boot ext2 defaults 1 2
| /dev/hda7 / ext2 defaults 1 1
| /dev/hda8 swap swap defaults 0 0
| /dev/hda9 /home ext2 defaults 1 2
| /mnt/floppy /mnt/floppy supermount  
| fs=vfat,dev=/dev/fd0 0 0
| none /proc proc defaults 0 0
| none /dev/pts devpts mode=0620 0 0
| /mnt/cdrom  /mnt/cdrom  supermount  
| fs=iso9660,dev=/dev/cdrom 0 0
| /mnt/cdrom2 /mnt/cdrom2 supermount  
| fs=iso9660,dev=/dev/cdrom2 0 0
| /mnt/zip/mnt/zipsupermount  
| fs=vfat,dev=/dev/zip 0 0
| 
| zip - hdc4
| cdrom - hdb
| cdrom2 - hdd
| 
| Any help would be greatly appreciated...
| 
| Chris
| __
| Do You Yahoo!?
| Talk to your friends online with Yahoo! Messenger.
| http://im.yahoo.com
-- 
I am "Brian, the man from babble-on" (Brian T. Schellenberger).
I can be reached at [EMAIL PROTECTED] .
I support http://www.eff.org  http://www.programming-freedom.org .
I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



Re: [Cooker] Supermount Problems

2000-02-18 Thread Gerald Howse

Thanks, that cured the problem

Gerald Howse

*

"Sergio P. Korlowsky" wrote:

 On Sun, 13 Feb 2000, you wrote:
  Supermount worked fine but only when I logged on as root.
  The file permissions for Floppy and CDRom were set as
  owner/group root for both users.
  I tried changing the file/directory permissions, which has resulted
  in no access from logon as root either.
  Gerald Howse
  *

 Gerald, probably you set your security level too high
 try to lower your security level to 2 and see what happens
 Sergio
 --
 M A N D R A K E
 "The friendliest LINUX Distro"
   Time is in Our Side
 ---
 Distribuidores de los productos Alaska
   http://www.alaska.com.mx
   Linux en EspaƱol
 



Re: [Cooker] Supermount Problems

2000-02-14 Thread Michael Gallagher

Thanks a lot!  That did the trick.  That was driving me crazy!  I appreciate
your help.  I'm new to Linux, so little things like these are sometimes a lot
harder for me to figure out.  Is there anyway to get linuxconf to enter that
command into the fstab or should I just do it manually?  I know that you can
add the fs=iso9660 command under linxuconf.  Thanks for you help.

~Mike





Axalon Bloodstone wrote:

 On Mon, 14 Feb 2000, Michael Gallagher wrote:

  This is the fstab with all my drives configured.  If I try supermount with
  this configuration, it reads the floppy when trying to access any
  supermounted drive.


 ahh, thats why notice the dev are blank. they should say like
 'dev=/dev/fd0'
 'dev=/dev/cdrom'
 'dev=/dev/cdrom2'

  Axalon Bloodstone wrote:
 
   On Sun, 13 Feb 2000, Michael Gallagher wrote:
  
Hi,
 I tried /usr/sbin/supermount -i disable and it did not help.  The
problem I'm having is that whenever I try to use supermount with
either of my two cd drives, it gives me and input/out error, but I
notice that it is accessing the floppy drive.  If I use supermount to
mount the floppy drive it works fine.  I don't understand what's
causing this problem.  For some reason supermount only looks at my
floppy drive now.  Is there any way to fix this?  I like supermount
and I don't really want to go back to mounting my cds manually.
Thanks in advance for any help.
   
   
~Mike--
   
  
   send the fstab
  
   --
   MandrakeSoft  http://www.mandrakesoft.com/
   --Axalon
 

 --
 MandrakeSoft  http://www.mandrakesoft.com/
 --Axalon



Re: [Cooker] Supermount Problems

2000-02-14 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, Michael Gallagher wrote:

 Thanks a lot!  That did the trick.  That was driving me crazy!  I appreciate
 your help.  I'm new to Linux, so little things like these are sometimes a lot
 harder for me to figure out.  Is there anyway to get linuxconf to enter that
 command into the fstab or should I just do it manually?  I know that you can
 add the fs=iso9660 command under linxuconf.  Thanks for you help.
 
 ~Mike


No linuxconf does not understand supermount. well actualy you should
beable to add to the options or linuxconf sucks worse than i originaly
thought (didn't know it was posible), but i personaly trust no one and 
no thing with my fstab (or lilo.conf for that matter) it's a religious
thing we wont get into ;) sorry i'm, rambleing..

Yes put it into the "options" in linuxconf, just remeber also that you
need to set "partition" and "mount point" to the mount point, and you'll
have to manualy type "supermount" as the type because linuxconf doesn't
know about supermount.



Re: [Cooker] Supermount Problems

2000-02-13 Thread Michael Gallagher

Hi,
 I tried /usr/sbin/supermount -i disable and it did not help.  The
problem I'm having is that whenever I try to use supermount with
either of my two cd drives, it gives me and input/out error, but I
notice that it is accessing the floppy drive.  If I use supermount to
mount the floppy drive it works fine.  I don't understand what's
causing this problem.  For some reason supermount only looks at my
floppy drive now.  Is there any way to fix this?  I like supermount
and I don't really want to go back to mounting my cds manually.
Thanks in advance for any help.


~Mike--




Re: [Cooker] Supermount Problems

2000-02-13 Thread Axalon Bloodstone

On Sun, 13 Feb 2000, Michael Gallagher wrote:

 Hi,
  I tried /usr/sbin/supermount -i disable and it did not help.  The
 problem I'm having is that whenever I try to use supermount with
 either of my two cd drives, it gives me and input/out error, but I
 notice that it is accessing the floppy drive.  If I use supermount to
 mount the floppy drive it works fine.  I don't understand what's
 causing this problem.  For some reason supermount only looks at my
 floppy drive now.  Is there any way to fix this?  I like supermount
 and I don't really want to go back to mounting my cds manually.
 Thanks in advance for any help.
 
 
 ~Mike--
 

send the fstab 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Supermount Problems

2000-02-13 Thread Michael Gallagher

This is the fstab with all my drives configured.  If I try supermount with
this configuration, it reads the floppy when trying to access any
supermounted drive.




Axalon Bloodstone wrote:

 On Sun, 13 Feb 2000, Michael Gallagher wrote:

  Hi,
   I tried /usr/sbin/supermount -i disable and it did not help.  The
  problem I'm having is that whenever I try to use supermount with
  either of my two cd drives, it gives me and input/out error, but I
  notice that it is accessing the floppy drive.  If I use supermount to
  mount the floppy drive it works fine.  I don't understand what's
  causing this problem.  For some reason supermount only looks at my
  floppy drive now.  Is there any way to fix this?  I like supermount
  and I don't really want to go back to mounting my cds manually.
  Thanks in advance for any help.
 
 
  ~Mike--
 

 send the fstab

 --
 MandrakeSoft  http://www.mandrakesoft.com/
 --Axalon


/dev/hda1   /mnt/DOS_hda1   vfat user,exec,nodev,nosuid,rw,conv=binary 0 0
/dev/hda5   /mnt/DOS_hda5   vfat user,exec,nodev,nosuid,rw,conv=binary 0 0
/dev/hdb1 / ext2 defaults 1 1
/dev/hdb5 swap swap defaults 0 0
none /proc proc defaults 0 0
none /dev/pts devpts mode=0620 0 0
/mnt/cdrom  /mnt/cdrom  supermount   exec,dev,suid,rw,fs=iso9660 1 1
/mnt/cdrom2 /mnt/cdrom2 supermount   exec,dev,suid,rw,fs=iso9660 1 1
/mnt/floppy /mnt/floppy supermount   exec,dev,suid,rw,fs=vfat 1 1



Re: [Cooker] Supermount Problems

2000-02-13 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, Michael Gallagher wrote:

 This is the fstab with all my drives configured.  If I try supermount with
 this configuration, it reads the floppy when trying to access any
 supermounted drive.
 
 
ahh, thats why notice the dev are blank. they should say like
'dev=/dev/fd0'
'dev=/dev/cdrom' 
'dev=/dev/cdrom2'

 Axalon Bloodstone wrote:
 
  On Sun, 13 Feb 2000, Michael Gallagher wrote:
 
   Hi,
I tried /usr/sbin/supermount -i disable and it did not help.  The
   problem I'm having is that whenever I try to use supermount with
   either of my two cd drives, it gives me and input/out error, but I
   notice that it is accessing the floppy drive.  If I use supermount to
   mount the floppy drive it works fine.  I don't understand what's
   causing this problem.  For some reason supermount only looks at my
   floppy drive now.  Is there any way to fix this?  I like supermount
   and I don't really want to go back to mounting my cds manually.
   Thanks in advance for any help.
  
  
   ~Mike--
  
 
  send the fstab
 
  --
  MandrakeSoft  http://www.mandrakesoft.com/
  --Axalon
 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Supermount Problems

2000-02-11 Thread Francis GALIEGUE

[EMAIL PROTECTED] writes:

 Hi,
   If I try to mount my Cdrom using supermount it tries to read the 
 floppy drive, and responds with an input/output error.  I can mount it 
 using /dev/cdrom iso9660 /mnt/cdrom, I can no longer use supermount.  
 Does anyone have any idea what might be causing this or how I could 
 fix it?  Thanks for any help.

Supermount does NOT require that you mount the devices! Just put the cdrom
in and ls...

-- 
fg

# rm *;o
o: command not found



Re: [Cooker] Supermount Problems

2000-02-11 Thread mgllghr

No, the problem I'm having is that whenever I try to access the cd 
drive, it accesses the floppy drive...determines that it is not a 
cdrom and gives me an input/output error.  If I change the filesystem 
settings under linxconf to iso9660 instead of supermount it works 
fine, but then I'm not using supermount.  Is there any way to fix 
this?  It's almost as if supermount is corrupt.  Thanks.


~Mike

 Original Message 

On 2/11/00, 10:30:00 AM, Francis GALIEGUE [EMAIL PROTECTED] 
wrote regarding Re: [Cooker] Supermount Problems:


 [EMAIL PROTECTED] writes:

  Hi,
  If I try to mount my Cdrom using supermount it tries to read the
  floppy drive, and responds with an input/output error.  I can mount it
  using /dev/cdrom iso9660 /mnt/cdrom, I can no longer use supermount.
  Does anyone have any idea what might be causing this or how I could
  fix it?  Thanks for any help.

 Supermount does NOT require that you mount the devices! Just put the 
cdrom
 in and ls...

 --
 fg

 # rm *;o
 o: command not found





[Cooker] supermount problems

2000-01-02 Thread Jim Bradley

Is there a way to umount a drive that has been "supermounted?" I have found
that the Corel Linux installation does manage to give me a working XF86Config
file, while with Oxygen, I have been unable to do so. I prefer Mandrake, so I
copied the XF86Config file to an MSDOS formatted floppy so that I could copy
this onto my Oxygen installation, but, as it is currently mounted, it doesn't
recognize the formatting. And, I can't umount it to remount it with the needed
format. I'd just as soon go back to the old way and at least be able to access
the info on the disk. Any help?



Jim Bradley -- Maryville, MO USA ([EMAIL PROTECTED])



Re: [Cooker] supermount problems

2000-01-02 Thread Pixel

Jim Bradley [EMAIL PROTECTED] writes:

 Is there a way to umount a drive that has been "supermounted?" I have found
 that the Corel Linux installation does manage to give me a working XF86Config
 file, while with Oxygen, I have been unable to do so.

could mail me the 2 XF86Config so that i can maybe generate the good one?
aslo give any information that can help

 I prefer Mandrake, so I
 copied the XF86Config file to an MSDOS formatted floppy so that I could copy
 this onto my Oxygen installation, but, as it is currently mounted, it doesn't
 recognize the formatting. 

that's quite strange, it is configured by default to use fs=vfat which is
compatible with dos...

 And, I can't umount it to remount it with the needed
 format. I'd just as soon go back to the old way and at least be able to access
 the info on the disk. Any help?

to umount: umount /mnt/floppy, then mount /dev/fd0 /mnt/floppy

cu Pixel.