Note that mounted drives are only available on the sun ray server to which your sun ray terminal is attached.
Also note that mounting of USB drives is not available if you have used the sun ray login screen to connect to a remote host.
USB drives are not backed up! Be sure to store any data you want backed up on a supported filesystem like /fs/junkfood
NTFS formatted disks are not currently supported. Staff is working on enabling this feature.
% cd
% ln -s /tmp/SUNWut/mnt/$USER usbdrive
Then you can simply refer to your usb drive as ~/usbdrive/drive1.
You can also run /opt/SUNWut/bin/utdiskadm -l to get a list of all your mounted drives:
% /opt/SUNWut/bin/utdiskadm -l
Device Partition Mount Path
------ --------- ----------
disk1 disk1s2 /tmp/SUNWut/mnt/bplecs/unnamed
% cp file.c /tmp/SUNWut/mnt/bplecs/disk1
Filesystem caching means that not all your data is really on the USB device until the buffers flush and the drive is unmounted. To be sure you won't corrupt your data, it's important to tell the system that you're about to unplug the disk.
To unmount your USB drive, run:
% /opt/SUNWut/bin/utdiskadm -r disk1
disk1 is ready for unplugging