Newbie question on mounting a USB pen in Solaris 10

Cassius105

Member
Jan 7, 2004
71
0
0
Hi

im doing a programming assignment at uni were my code has to run on Solaris

because i prefer to work at home rather than at uni and because i get extra credit if i pull this off i have installed Solaris 10 in VMware and it was going well untill it came to getting my files from windows into Solaris.

at first i tried networking but so far i can only get Solaris to see the PCs on my network but not actualy access them so i decided an easier method would just be to transport my files across on my USB pen drive

however i cant seem to get the thing to apear in Solaris

the USB icon has apeared in VMware so i know that it is recognising it internaly and the little red light is flashing on it so it is being access in some way(it aint windows since at mo windows cant see it)

earlier today i talked to my lecturer about getting it to work and he surgested the volcheck and "Boot -r" commands

iv run "volcheck -v /dev/usb" to which it responds "/dev/usb has no media" though my lecturer warned me it might not work so i tried "Boot -r" to which it responds "Boot: not found"

as a Solaris newbie(all i usualy do is code and navigate the file system on it" i aint sure were to go from here

i realise the fact im running in VMware probably complicates things but would really aprechiate it if someone helped me get this working as i dont really wanna drag myself into uni at weekends :)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
"boot -r" would be done in the open firmware. If you have networking up to the point where you can ping the machines from each other, try scp/sftp with a client like winscp. SUN uses a modified OpenSSH for SUNSSH.
 

Cassius105

Member
Jan 7, 2004
71
0
0
Thanks for surgestions but couldnt get network working after many hours of trying

i asked the unix sys admin at uni and he has been having the same problem since he has been told that he has to get usb pens working on the Solaris 8 machines and he hasnt managed it yet

is this a known issue with solaris?

command im using to mount it is

mount -f pcfs /dev/usb/mass-storage0 /mnt/pen

getting error "block device required"