On Thu, Dec 19, 2002 at 07:46:23AM -0800, CM Miller wrote: > I have made the proper entries in /etc/fstab > and here are my mount commands:
No, as it turns out, you have not. > For the zip250, I have added the proper modules to the > kernel: > > mount -t vfat /dev/sda4 /mnt/zip > > For the thumdrive, I use the following: > > mount -t vfat /dev/sda /mnt/thumbdrive You cannot mount a drive: you must mount a partition. So this has to be something like: mount -t vfat /dev/sda1 /mnt/thumbdrive depending on how the drive was partitioned. -- Jack Bowling mailto: [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list