José H. Padovani wrote:
Oh yeah.. Doens't work.
I tried "mount -t vfat /dev/hdg1 /windows", "mount -t
iso9660 /dev/scd0 /media/cdrom" and also "mount -a"
It replys:
"mount: wrong fs type, bad option, bad superclock on
/dev/hdg1 or too many mounted file systems
mount: /dev/scd0 is not a valid block device
mount: /dev/fd0 is not a valid block device"
My Win "d:" (hdg1) is fat 32 (it should work with
vfat, shoudn't it?).
If someone have similar problems and sugestions... :)
There is my /etc/fstab:
"# /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/hdg1 /windows vfat defaults
0 2
/dev/scd0 /media/cdrom0 auto auto,ro,user
0 0
/dev/fd0 /media/floppy0 auto auto,ro,user
0 0
/dev/hdg6 none swap sw
0 0
"
Thank you all,
ze
_______________________________________________________
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
Hi
See if this works.
This is part of my /etc/fstab:
/dev/scd0 /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/scd1 /media/cdrom1 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Make a copy of yours as backup and then edit as above.
Robin
|