On Wed, Apr 28, 2010 at 8:33 AM, Romeo Ninov <[email protected]> wrote:
> Check this: > http://unix.ittoolbox.com/groups/technical-functional/solaris-l/mounting-usb-flash-on-solaris-906233 > > Sorry. Things are not coming out like the ones your proposed link says. For example, the device name cannot be recognized under /vol/dsk/ . In my Linux , the following procedure can get through: #mkdir /mnt/floppy # mount -t vfat /dev/fd0 /mnt/floppy Then add the following line to /etc/vfstab: /dev/fd0 /mnt/floppy auto rw,noauto,user,sync 0 0 #mount /mnt/floppy Can you please correct me on the above for my Solaris8 on Sparc? Thank you _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
