[newbie] fstab + supermount help ..

2005-01-23 Thread RickSisler
Hi All,
Somehow I borked my fstab settings with supermount, could someone
take a look at this for me ? 

/dev/hdb1 / ext3 defaults 1 1
/dev/hda5 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=none,fs=supermount,--,/dev/hdc auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users

none /mnt/cdrom2 supermount dev=none,fs=supermount,--,/dev/hdd auto
umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users

none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0

/dev/hda1 /mnt/windows vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
/dev/hdb7 /music ext3 defaults 1 2
none /proc proc defaults 0 0
/dev/hdb6 /usr ext3 defaults 1 2
/dev/hdb5 swap swap defaults 0 0

/dev/sdb1 /mnt/removable auto umask=0,user,iocharset=iso8859-1,sync,kudzu,
codepage=850,noauto,exec,users 0 0

My intent is to rip a dvd and dvd:rip is having issues with the
mounting of /mnt/cdrom (dvd burner), I suspect its the dev=none part
but I'm not sure how to change it, err fix this ..

Thx for the any suggestions,
-- 
RickS  Registered Linux user #338463
Mdk 10.1 OE - Linux 2.6.8.1-12mdk@ http://counter.li.org

gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] fstab + supermount help ..

2005-01-23 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 23 Jan 2005 17:55, RickSisler wrote:
 Hi All,
 Somehow I borked my fstab settings with supermount, could someone
 take a look at this for me ?

 /dev/hdb1 / ext3 defaults 1 1
 /dev/hda5 /home ext3 defaults 1 2
 none /mnt/cdrom supermount dev=none,fs=supermount,--,/dev/hdc auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users

 none /mnt/cdrom2 supermount dev=none,fs=supermount,--,/dev/hdd auto
 umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users

 none /mnt/floppy supermount
 dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
 0 0

 /dev/hda1 /mnt/windows vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
 /dev/hdb7 /music ext3 defaults 1 2
 none /proc proc defaults 0 0
 /dev/hdb6 /usr ext3 defaults 1 2
 /dev/hdb5 swap swap defaults 0 0

 /dev/sdb1 /mnt/removable auto umask=0,user,iocharset=iso8859-1,sync,kudzu,
 codepage=850,noauto,exec,users 0 0

 My intent is to rip a dvd and dvd:rip is having issues with the
 mounting of /mnt/cdrom (dvd burner), I suspect its the dev=none part
 but I'm not sure how to change it, err fix this ..

 Thx for the any suggestions,

Both cdrom entries have 'noauto'.  If you are using supermount I dont think 
that's compatible.  Supermount is expected to mount whenever there is 
something to mount, but 'noauto' says don't automatically mount, I'll do it 
manually.  Here are my two lines:

none /mnt/cdrom supermount 
dev=/dev/hdg,fs=iso9660,ro,--,umask=0,user,iocharset=iso8859-15,codepage=850,suid
 
0 0
none /mnt/cdrom2 supermount 
dev=/dev/hdh,fs=auto,ro,exec,--,rw,umask=0022,user,iocharset=iso8859-15,codepage=850,suid
 
0 0

HTH

Anne
- -- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB8+tZkFAvMr/nNX8RAmCDAKCL7E7OH3jQgVlIiSk6sfnd5m5chQCfbmo+
ozO5q3unXHk6Z7rcCgVDcfo=
=aDVr
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] fstab + supermount help ..

2005-01-23 Thread RickSisler
Anne Wilson ([EMAIL PROTECTED]) wrote:
 gpg: CRC error; 68356b - dc3683
 gpg: quoted printable character in armor - probably a buggy MTA has been used
 On Sunday 23 Jan 2005 17:55, RickSisler wrote:
  Hi All,
  Somehow I borked my fstab settings with supermount, could someone
  take a look at this for me ?
 manually.  Here are my two lines:
 
 none /mnt/cdrom supermount=20
 dev=3D/dev/hdg,fs=3Diso9660,ro,--,umask=3D0,user,iocharset=3Diso8859-15,cod=
 epage=3D850,suid=20
 0 0
 none /mnt/cdrom2 supermount=20
 dev=3D/dev/hdh,fs=3Dauto,ro,exec,--,rw,umask=3D0022,user,iocharset=3Diso885=
 9-15,codepage=3D850,suid=20
 0 0
 
 HTH
 
 Anne
Thx Anne, seems to do the trick.

-- 
RickS  Registered Linux user #338463
Mdk 10.1 OE - Linux 2.6.8.1-12mdk@ http://counter.li.org

gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com