![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount -o llock -F nfs vs mount -F nfs | KhawHL | UNIX for Dummies Questions & Answers | 1 | 01-15-2008 09:48 PM |
| Mount a DVD | janet | AIX | 1 | 04-04-2006 08:35 AM |
| one of the mount pts 100% | matrixmadhan | UNIX for Advanced & Expert Users | 6 | 09-15-2005 05:54 AM |
| mount | mcaelbukch | UNIX for Dummies Questions & Answers | 1 | 12-13-2001 03:09 PM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
mount USB
Ok,
I have a rocsecure USB 2.0 hardrive. Currently it is formatted as an NTFS drive. I need to mount it on solaris and move an oracle dmp file onto it. Will I be even able to format it to a PCFS on a solaris 9 machine. Or do I need to format it FAT-32 first on a windows machine? steps /etc/init.d/volmgt stop format -e rmformat mount -F pcfs /dev/dsk/c1t0d0s2:c /mnt also how do i figure out which device it is... the above is a guess... thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
my guess would be solaris recognize the drive has having an 'unknown' file system since it's NTFS, but even so you should be able to format it with whatever that version of solaris can support, either fat16 or fat32. It will simply remove the unknown partition.
i believe under /dev/dsk the volumes attached to the USB storage device will stick out of you do a 'ls -la' and check out the links. its usually "..... usb@x,y..." and c?t0d0s?:c like you said.. for example, this sunfire i'm using has a usb mouse and keyboard, so my thumbdrive mounts as c3t0d0s0:c |
|
#3
|
|||
|
|||
|
yes im on a sunfire as well, so im assuming this one
c3t0d0s2 -> ../../devices/pci@1e,600000/usb@a/hub@1/storage@1/disk@0,0:c c3t0d0s2, correct? |
|
#4
|
|||
|
|||
|
I used c3t0d0s0:c not c3t0d0s2:c but try both I'm sure one of them will work
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|