> Hi All,
> Two questions to ask:
> 1)I'm using Slackware3.0(kernel 2.0.0), but cant mount /mnt/cdrom and
> /mnt/floppy. I can see my cdrom using dmesg command like-- hdd:CS-R38 ATAPI
> CD-ROM Drive, also under /dev--i can see cdrom--->dev/hdd, then when i use
> mount /mnt/cdrom commnad, it respond " mount:mount point /mnt/cdrom does not
> exit"(my setting in /etc/fstab---/dev/hdd /mnt/cdrom iso9660 noauot,owner 0
> 0).
does the mount point /mnt/cdrom exists?
Have you tried
mount -t iso9660 /dev/hdd /mnt ?
Regards
Thomas Walz
Quote:> 2)when i exec mount /fd0/floppy, system respond "fs type vfat not supported
> by kernel". Is modfying kernel a only way to deal with, if so where can i
> get better sources to do so('cause i read some HOWTOs but dont explain
> clearly to deal wiht my problems)
> thanks
> sean