Sponsored Content
Operating Systems Solaris How do I mount a USB Hard Drive? Post 302991323 by hicksd8 on Thursday 9th of February 2017 07:56:38 AM
Old 02-09-2017
What version of Solaris???

Are you trying to access data already on the USB drive (from a NTFS partition) or just to reformat the device and use it on Solaris?

As you already seem to know

Code:
# rmformat -l

will give you the device node (c5t0d0)

You would then use

Code:
# fdisk

to label/partition the drive, however, fdisk will probably error unless volume management is stopped first. How to do that depends on what the version of Solaris is. It could be

Code:
# svcadm disable volfs

or

Code:
# /etc/init.d/volmgt stop

if the Solaris version is older.

BE VERY CAREFUL using fdisk if you need the data on the USB drive.

If you want to reformat you have choice to set it up as DOS/FAT or use a Solaris filesystem by setting the slice(s) up and then newfs'ing them.

Hope that helps.

---------- Post updated at 12:56 PM ---------- Previous update was at 11:05 AM ----------

PS. Sorry, I am an idiot. Your original post says it's Solaris 9

Last edited by hicksd8; 06-05-2018 at 08:05 AM.. Reason: Correct typo
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mount external usb drive on Redhat 9

I am using Redhat 9 Linux, and am trying to get my external usb drive mounted (fat32). If I look at the KDE Control panel, it lists a usb 2.0 storage device under "USB Devices" (also in /proc/bus/usb), and under "SCSI" as scsi1. I looked at /proc/scsi/usb-storage-0, and it lists it there also. What... (6 Replies)
Discussion started by: jeremiebarber
6 Replies

2. Solaris

FAT32 usb external hard drive - how to mount??

Hello ! What is the comand to mount and usb hard disk ? I have Solaris 10 installed! 10nx! (1 Reply)
Discussion started by: daniel.balasa
1 Replies

3. SCO

USB hard drive problem

I have a USB hard drive attached to my SCO OSR6 machine I accidently powered it off while it was mounted and now the OS complains when you try to re-mount it and it appears that it is complaining because it has a new device number so it isn't at the original device location anymore. does anyone... (1 Reply)
Discussion started by: garycrow
1 Replies

4. Filesystems, Disks and Memory

USB Pen Drive & Hard Disk

Hi Guys, I have an external USB Hard Disk Drive on which I have 3 partitions and it works fine under Windows XP but when I am using Red Hat Linux 5 I don't see any icon for this USB HDD. Also I am not able to browse my USB Pen Drive. However, I can use it under Mandrake Linux without any... (4 Replies)
Discussion started by: indiansoil
4 Replies

5. Solaris

USB External Hard Drive for Solaris 10 Sparc

Hi- I would like to know if anyone has used any USB External Hard Drive, about 500/750GB or 1TB, with any of the Solaris 10 "SPARC" systems. Not on intel nor amd platform. I'm looking for the compatible drive and found a few listed on Sun solaris ready page, but I'd like to have inputs from... (3 Replies)
Discussion started by: agfa_109
3 Replies

6. Solaris

Can not Format USB hard drive

Hey i have a new USB 320GB harddrive i want to use in my Solaris 10 enviroment. i first had the drive format in windows with FAT32, Solaris was able to auto mount this drive and everything was fine, until i realised that it would not except files greater then 4gb, due to the limitations of... (6 Replies)
Discussion started by: dshakey
6 Replies

7. UNIX for Advanced & Expert Users

script to automatically mount external usb hard disk

hi all, I have a debian lenny 5.0 server without GNOME installed. the server is at a customer's premise. I want to backup data from the server to the external usb hard disk. the backup will start at e.g 01:00 everyday. the user will plug the drive before going home. also the user will... (1 Reply)
Discussion started by: coolatt
1 Replies

8. Filesystems, Disks and Memory

mount old hard drive

Hi guys, I have been looking around and searching for the past hour and did not see anything. but please forgive me if I missed something. I had a sparc 10 ultra cpu die on me, I got a replacement server from a very generous guy here, now I am getting around to remounting my old hard drive with... (0 Replies)
Discussion started by: DrDarkMatter
0 Replies

9. Solaris

How to mount USB pen drive?

Hiii, Please let me know the steps for mounting my USB pendrive in solaris 10 platform. Thanks & Regards, Bhargav P (5 Replies)
Discussion started by: bhargav90
5 Replies

10. UNIX for Advanced & Expert Users

Waking Up USB External Hard Drive for file archiving

Hello Experts, I hope I'm writing to the correct category for my question. I have a very basic shell script for doing file archiving to the external usb hard drive (WD studio edition II 2TB formatted as FAT32 for compatibility). The shell script only needs to run once per day. It basically... (8 Replies)
Discussion started by: johankor
8 Replies
chs(7D) 							      Devices								   chs(7D)

NAME
chs - IBM ServeRAID PCI host adapter driver DESCRIPTION
The chs driver is the IBM ServeRAID PCI controller driver. PRECONFIGURATION
Known Problems and Limitations To prevent data loss, a SCSI disk drive that is not defined as part of any physical pack within a logical drive will not be accessible through the Solaris operating environment. CONFIGURATION
Auto-configuration code determines whether the adapter is present at the configured address and what types of devices are attached to it. The IBM ServeRAID is primarily used as a disk array (system drive) controller. To configure the attached disk arrays, you must configure the controller (using the configuration utilities provided by the hardware manu- facturer) before booting the Solaris operating environment You use the configuration utilities to set RAID levels, stripe parameters, cache mechanisms and perform other functions. For more information, see the user manual supplied with your hardware. FILES
/kernel/drv/chs.conf chs configuration file /dev/dsk/cndn[s|p]n block device /dev/rdsk/cndn[s|p]n raw device where: cn controller n dn LUN n (0-7) sn UNIX system slice n (0-15) pn fdisk(1M) partition(0) ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Architecture |x86 | +-----------------------------+-----------------------------+ SEE ALSO
fdisk(1M), attributes(5), cmdk(7D) SunOS 5.10 27 November 2000 chs(7D)
All times are GMT -4. The time now is 02:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy