|
|
Re: Mount problems...: msg#00224
linux.agnula.general
|
Subject: |
Re: Mount problems... |
José H. Padovani wrote:
Hi everybody. Some time ago I did write to the list
asking for help to solve this same problem. Some
people did reply but I still have the problem:
In the second session I use DeMuDi (the second time I
start the system), it doesn't want to mount my cdrom.
I tried to edit /etc/fstab but it still doesn't work.
I tried to mount my Win XP partition too but it also
doesn't work...
There is my fstab file:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>
<dump> <pass>
proc /proc proc defaults
0 0
/dev/hdg3 / ext3
defaults,errors=remount-ro 0 1
/dev/hdg6 none swap sw
0 0
/dev/scd0 /media/cdrom0 iso9660 ro,user,noauto
0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto
0 0
/dev/hdg1 /windows/D vfat rw,user,noauto
0 0
When I try "mount /dev/scd0" or "mount /dev/cdrom" it
returns:
"mount: /dev/scd0 is not a valid block device"
When I try to mount the Win fat32 partition:
"mount: wrong fs type, bad option, bad superblock on
/dev/hdg1, or too many mounted file systems"
I would apreciate to use more DeMuDi than Win XP. but
with these problems it is not easy.
Waiting for help and thank you all.
Zé
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/
_______________________________________________
Users mailing list
Users@xxxxxxxxxxxxxxxx
http://lists.agnula.org/cgi-bin/mailman/listinfo/users
For the cd have you tried:
mount -t iso9660 /dev/scd0 /media/cdrom
Robin
|
|