Re: [newbie] fstab and lilo

2004-01-12 Thread Lee Wiggers
On Sun, 11 Jan 2004 09:56:45 +
John Richard Smith [EMAIL PROTECTED] wrote:

 Lee Wiggers wrote:
 
 I have my fstab and lilo pretty much fouled up.  Would someone
 who has a working cdrw and dvd please post theirs so I can figure
 out where I overused my delete key?
 
 Lee
   
 
 This is mine, where,
 DVD = IDEmaster= /dev/scd0 = /mnt/cdrom
 Writer= IDEslave = /dev/scd1 = /mnt/cdrom2
 
 under scsi-emulation
 lilo.conf includes, hdc=ide-scsi hdd=ide-scsi in the append line
 /dev/scd0 /mnt/cdrom auto 
 user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0
 /dev/scd1 /mnt/cdrom2 auto 
 user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0
 
 with added k3b support ,
 /dev/scsi/host1/bus0/target0/lun0/cd  /mnt/cdrom  autoro,noauto,user,exec
  0 0
 /dev/scsi/host1/bus0/target1/lun0/cd  /mnt/cdrom2 autoro,noauto,user,exec
  0 0
 
 and whare no scsi-emulation,
 #none /mnt/cdrom supermount
 dev=/dev/scd0,fs=auto,ro,user,--,iocharset=iso8859-15,codepage=85
 0,umask=0 0 0#none /mnt/cdrom2 supermount
 dev=/dev/scd1,fs=auto,rw,user,--,iocharset=iso8859-15,codepage=85
 0,umask=0 0 0
 
 
 John
 -- 
 John Richard Smith
 [EMAIL PROTECTED] 
 
 
 
 
Thanks John (and all others).  I'll digest this when I get home this
evening and get the burner working.

Lee

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


Re: [newbie] fstab and lilo

2004-01-11 Thread Johan
On Sunday 11 January 2004 08:14, Lee Wiggers wrote:
 I have my fstab and lilo pretty much fouled up.  Would someone who
 has a working cdrw and dvd please post theirs so I can figure out
 where I overused my delete key?

 Lee
*
Hi Lee,
Depending what editor you where using there may be a backup.
Ok here is mine as attachment
May try this and see if mandrake will not do it for you..
Pop in cd1 and reboot..
go through the motions of a upgrade but check along the line that all 
settings as should be.
I have done this a few times and where able to recover.
But the best remedy is to make a backup before editing :). 
-- 
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning
/dev/hde9 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hde10 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/hdb,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/cdrom2 supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount 
dev=/dev/fd0,fs=ext2:vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
/dev/hde1 /mnt/win_c vfat iocharset=iso8859-1,users,umask=0,codepage=850 0 0
/dev/hdg1 /mnt/win_c2 ntfs iocharset=iso8859-1,ro,users,,umask=0 0 0
/dev/hdg5 /mnt/win_d vfat iocharset=iso8859-1,users,umask=0,codepage=850 0 0
/dev/hdg6 /mnt/win_e vfat iocharset=iso8859-1,users,umask=0,codepage=850 0 0
/dev/hdg7 /mnt/win_f vfat iocharset=iso8859-1,users,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hde11 swap swap defaults 0 0
/dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid 0  0

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


Re: [newbie] fstab and lilo

2004-01-11 Thread John Richard Smith
Lee Wiggers wrote:

I have my fstab and lilo pretty much fouled up.  Would someone who
has a working cdrw and dvd please post theirs so I can figure out
where I overused my delete key?
Lee
 

This is mine, where,
DVD = IDEmaster= /dev/scd0 = /mnt/cdrom
Writer= IDEslave = /dev/scd1 = /mnt/cdrom2
under scsi-emulation
lilo.conf includes, hdc=ide-scsi hdd=ide-scsi in the append line
/dev/scd0 /mnt/cdrom auto 
user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/scd1 /mnt/cdrom2 auto 
user,iocharset=iso8859-15,umask=0,exec,codepage=850,ro,noauto 0 0

with added k3b support ,
/dev/scsi/host1/bus0/target0/lun0/cd/mnt/cdrom  autoro,noauto,user,exec
 0 0
/dev/scsi/host1/bus0/target1/lun0/cd/mnt/cdrom2 autoro,noauto,user,exec
 0 0
and whare no scsi-emulation,
#none /mnt/cdrom supermount 
dev=/dev/scd0,fs=auto,ro,user,--,iocharset=iso8859-15,codepage=850,umask=0 0 0
#none /mnt/cdrom2 supermount 
dev=/dev/scd1,fs=auto,rw,user,--,iocharset=iso8859-15,codepage=850,umask=0 0 0
John
--
John Richard Smith
[EMAIL PROTECTED] 



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


[newbie] fstab and lilo

2004-01-10 Thread Lee Wiggers
I have my fstab and lilo pretty much fouled up.  Would someone who
has a working cdrw and dvd please post theirs so I can figure out
where I overused my delete key?

Lee

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


Re: [newbie] fstab and lilo

2004-01-10 Thread jason pearl
On Sun, 11 Jan 2004 01:14:48 -0500
Lee Wiggers [EMAIL PROTECTED] wrote:

I have my fstab and lilo pretty much fouled up.  Would someone who
has a working cdrw and dvd please post theirs so I can figure out
where I overused my delete key?

Lee


for your burner you should have 

none /mnt/cdrom supermount 
dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1 0 0

if it is the master or else it will say cdrom2

you dvd should be the same and have /dev/hdc i think or /dev/cdrom


-- 

jason pearl [EMAIL PROTECTED]
   ++
Keep your friends close and your enemies closer-Tupac
   ++
Kurrupted Visionz Phx, AZregistered linux user #307811
MDK 9.2 LinuxMachine# 193475, 227341
AMD64 Opteron 1.6http://counter.li.org
ASUS SK8N
23:33:06 up 2:15, 2 users, load average: 0.01, 0.00, 0.03


pgp0.pgp
Description: PGP signature