Well.. I tried everything I could think of...

Here's my fstab:

/dev/hdc1          /mnt/zip          vfat   user, noauto 0 0

When I try to mount the drive I receive the following error message:

mount:  wrong fs type, bad option, bad superblock on dev/hdc1,
        or too many mounted file systems.
        (aren't you trying to mount an extended partition, instead
         of some logical partition inside?)

Mounted I have /, /usr, /proc

Any ideas...

Jason

-----Original Message-----
From: Hal Burgiss [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 12, 2000 6:28 PM
To: [EMAIL PROTECTED]
Subject: Re: ATAPI Zip question..


On Sat, Feb 12, 2000 at 06:09:33PM -0500, Jason Pratt wrote:
> Ok here's a question, I just installed an ATAPI Zip100 drive into
> good ol' "neptune".  Now Kudos' 'er what ever the hardware
> installation program is called, found the drive.  Went into GNOME
> and tried to mount the drive, but it was not added to the Drive
> Management program or to the /mnt directory.  Gnome-Linuxconfig I
> go,  I go to add a new local mount or the zip disk, but I'm not
> given an option in the mount point. How do I get Linux to mount the
> drive?  Where do I set this up?

I don't know about what gnome does, but likely you need a something
like:

 /dev/cdrom     /mnt/cdrom        iso9660 noauto,ro,user    0 0

in /etc/fstab (if it's not already there). And the mount point needs
to be a valid dir:

 mkdir /mnt/cdrom (as root)

 
> Also, how can I keep my monitor from blanking out after a certain
> period of time?  I set my BIOS to "None" in the power saving
> settings and GNOME is set to no screensaver.  Anyone have an idea...

See the man page for 'xset' and look for DPMS settings ('xset -dpms'
???). Put the apropriate command in one of the X startup scripts in
your home dir. '~/.Xclients' is a good place. IIRC, this file needs
to be an executable script, in case you need to create it (chmod +x).

[Note, that I am not sure of how the default RH installation handles
all the X startup stuff since there are any number of ways to do this.
Creating this file may override existing defaults, and cause a bit of
trouble (maybe).]

-- 
Hal B
[EMAIL PROTECTED]
--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to