Mike - EMAIL IGNORED wrote: > On Mon, 06 Aug 2007 21:00:15 +0100, John Austin wrote: > > >> -- >> fedora-list mailing list >> fedora-list@xxxxxxxxxx >> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >> > > Yes, I see the appearance of /dev/sdb . How to I use it? > > Thanks for your help. > Mike. > > > First check to see if it is mounted. df -h (will show the the mounts) If it isn't mounted try this: mount -t filestems_type disk mountpoint EG: mount -t vfat /dev/sdb1 /mount_point (NOTE: Choose your mount point to a directory that is there. Maybe "/mnt" be sure not to squash another filesystem that me be mount)