Sponsored Content
Top Forums UNIX for Dummies Questions & Answers how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? Post 4095 by kristy on Wednesday 18th of July 2001 11:29:27 AM
Old 07-18-2001
Hi, I'm a newbie too but maybe I'll be able to help.

You can use drvconfig to recognize new devices without rebooting.
# drvconfig -1 sd (for scsi device)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how do i mount a scsi extrnal cdrom on solaris 2?

ok i have had it i need help i am in 11th grade and i cant figure how to mount the dumb cdrom on the sparcstation 2. i have tried everything i know and it still doesnt see it. by the way this is for school so please help me. Jon aka wixifer (1 Reply)
Discussion started by: wixifer
1 Replies

2. Filesystems, Disks and Memory

Tape drive ?? fast/wide scsi box + dds4??

I'm researching a tape drive + backup software to work across my unix/linux network. Was thinking about a dds4 tape drive (sony's) on my solaris ultra2, with some kind of software that would work across the network to back up my other 2 solaris boxes, plus my 2 linux boxes. What do others use... (3 Replies)
Discussion started by: kymberm
3 Replies

3. UNIX for Dummies Questions & Answers

How to mount a drive

I connected an external SCSI drive, I see it when I do 'format', I went ahead and formatted it. How do I mount it now though so I can use it? (2 Replies)
Discussion started by: FredSmith
2 Replies

4. Solaris

how to mount NFS drive from Window XP to Solaris 10?

Is there a free tool that will allow me to mount an NFS network drive from a Window XP computer onto a Solaris 10 x86 system? So when this is done, I would have a mapped network drive on my Windows XP system, say network drive N, that is mounted onto the directory /export/home/data on my Solaris... (2 Replies)
Discussion started by: serendipity1276
2 Replies

5. Filesystems, Disks and Memory

How to mount and read vintage scsi HDD

I started on another thread and full story can be seen here: https://www.unix.com/security/91428-how-reset-root-password-old-unix-system-v.html But my situation turned to land on this thread now. I have old scsi HDD out of the UHC UNIX System V Rel. 4.0 Version 3.6 box. And need to read... (1 Reply)
Discussion started by: 82026
1 Replies

6. UNIX for Dummies Questions & Answers

How do I mount this drive?

Hi, I have a second drive that I just put in my computer and I formatted it with gparted to ext3. 1) How do I get Ubuntu 8.10 to automount this drive it boots up and allow programs like VMSERVER see it? I asks since I want to install a virutal machine on this drive. Thanks (1 Reply)
Discussion started by: mojoman
1 Replies

7. Solaris

How to mount a windows drive on Solaris..

hi All, I have two machines one which has Open solaris as its operating system and another which has Window Xp professional.I would like to mount a drive from the Windows machine onto the open solaris machine.Just to add i wish to do this without having SAMBA in place. Anyone who can help me... (2 Replies)
Discussion started by: sankasu
2 Replies

8. Solaris

Mount command doesn't work on Solaris System

Hi All, I am using a solaris Sun-Fire-V440 server. The OS is solaris. My problem is whenever I run the command mount | grep "^/ " | sed -e 's,^.*dsk/\(*\).*$,\1,' it should return a disk value as "d30" as it does on each of my other servers.But on this server I am not getting any o/p from... (3 Replies)
Discussion started by: vivek.goel.piet
3 Replies

9. SCO

How to mount MO drive?

Hello, I have a PC with SCO operating system with a graphical program that access MO drive to write some log data. This program automatically format and write data on MO disck. MO drive was working good before but now when i try to write data, MO drive starts to be busy but after some minutes i... (6 Replies)
Discussion started by: mammut3d
6 Replies

10. Solaris

Solaris tar command to ignore mount points?

i.e. to stay in local filesytem. I believe the flag in linux is one-file-system. Is there corresponding in solaris? SOLARIS 9 BTW. (10 Replies)
Discussion started by: psychocandy
10 Replies
JAZIP.CONF(5)							File Formats Manual						     JAZIP.CONF(5)

NAME
jazip.conf - jazip(1) configuration file. DESCRIPTION
The /etc/jazip.conf file lists the Jaz and Zip devices that users are allowed to mount and unmount using jazip, along with the mount points used by jazip for each device. If you have more than one drive on your system, you can create a separate entry in the configuration file for each one, and then specify the raw device name of the drive you want to use on the command line when you invoke jazip. If no device name is given on the command line, jazip will use the settings in the first entry of /etc/jazip.conf by default. FILE FORMAT
The format of the jazip.conf file should be mostly self-explanatory. Each line looks like: /dev/sda /zip auto auto 0 0 The first entry is the raw SCSI device name of your drive (e.g. /dev/sda without a partition number ). The second entry is the mount point you wish to use (e.g. /zip ). The additional entries: auto auto 0 0 are required but are not user-changeable. They are required because jazip uses standard system call to do mounting and they expect this format. The type of filesystem (e.g. vfat or ext2 ) will be automatically detected by jazip and is not listed in /etc/jazip.conf. CONFIGURATION SCRIPT
See the jazipconfig(8) man page for specifics on the jazipconfig command that you can use to create /etc/jazip. SEE ALSO
jazip(1), jazipconfig(8) AUTHOR
jazip Copyright (c) 1996 Jarrod A. Smith This manual page by Peter S Galbraith <psg@debian.org> for the Debian GNU/Linux system (but may be used by others). JAZIP.CONF(5)
All times are GMT -4. The time now is 08:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy