Mounting partition


 
Thread Tools Search this Thread
Operating Systems Solaris Mounting partition
# 1  
Old 11-08-2012
Mounting partition

Dear All,

I am new to solaris os,actually i am working as a database administrator for a company.

Few days back when i was trying to start my solaris v480 server after a power failure i found /oracle partition fail to mount.

Code:
root@npmsun # df -kh
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d1          11G   3.4G   7.9G    31%    /
/dev/md/dsk/d6          13G   3.0G    10G    23%    /usr
/proc                    0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
fd                       0K     0K     0K     0%    /dev/fd
swap                    11G    96K    11G     1%    /var/run
/dev/md/dsk/d4         4.8G   1.5G   3.2G    33%    /application
/dev/dsk/c2t40d0s1      30G    18G    11G    62%    /data2
/dev/md/dsk/d5          12G   7.4G   4.0G    65%    /opt
/dev/dsk/c2t40d0s3      30G   7.8G    21G    27%    /data1
swap                    11G   888K    11G     1%    /tmp
/dev/dsk/c2t40d0s4      14G   5.2G   8.5G    39%    /user
/dev/dsk/c2t40d0s0      59G    34G    25G    58%    /data3

  1. /dev/md/dsk/d3 14G 11G 2.8G 81% /oracle
root@npmsun #



My system administrator after hard work mounted the partition..

command was

mount /dev/md/dsk/d3 /oracle

before executing the above command he executed another command.

can any one help me with that command,i forgot it completely.

That was a scan command......

Please help me out with the above problem...

Thanks and regards
Monoj

Last edited by Scott; 11-08-2012 at 06:05 AM.. Reason: Code tags
# 2  
Old 11-08-2012
fsck, perhaps?
This User Gave Thanks to Scott For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

2. Filesystems, Disks and Memory

Ask concept soft partition vs hard partition

Hi Experts I would like to know different between soft partition concept and hard partition concept on solaris. Here is little explanation between soft partition concept and hard partition concept on solaris. Soft Partition: 1TB total space available in storage in all mapped to the OS to... (2 Replies)
Discussion started by: edydsuranta
2 Replies

3. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

4. Solaris

Mounting UFS partition on multiple servers?

Hi, I have an application on a SAN partition presented to one server only. If I share this SAN partition with a second server as well, will that cause data corruption (the partition is formatted using ufs) ? (5 Replies)
Discussion started by: Mack1982
5 Replies

5. Shell Programming and Scripting

rsync from partition to partition fastest

Gentleman, Please move if I have chose the incorrect forum section. I am trying to move data that is not backed up from partition 1 to partition 2 on a SAN that has a GFS2 filesystem. Since the data is not backed up I am rsyncing this data and once verified I will delete from the source... (6 Replies)
Discussion started by: jaysunn
6 Replies

6. UNIX for Dummies Questions & Answers

Mounting remote partition

Hello when I examined the partition information of one of our servers I saw the following: 10.20.5.2:/ha0/critical Fstab has a similar entry. Seems that the server is accessing a partition on a remote machine. What else is required to setup a partition that accesses a remote machine... (2 Replies)
Discussion started by: mojoman
2 Replies

7. Filesystems, Disks and Memory

Partition 1 swap not mounting ?

Hi, running mount, I get the following, no part1 swap as part1 swap has been created and is listed below. System works fine anyway. As I cannot unmount part1, what is a standard procedure to make part1 on. Jack ============= .. $ free total used free shared buffers cached Mem:... (2 Replies)
Discussion started by: jack2
2 Replies

8. AIX

Mounting Tape Drive from different partition

Dear all, I have a AIX server with logical 3 partitions and the server is connecting a tape drive. the first partition can successfully making a system backup to the tape but how can i fail to mount the tape to second and thrid partition. would anyone can help me to deal with it? what command... (3 Replies)
Discussion started by: rickhlwong
3 Replies

9. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

10. UNIX for Dummies Questions & Answers

understanding logical partition, physical partition

hi, 1) is logical partition the same as physical partition except that one is physical and the other is logical? 2) then it must a one to one ratio? (3 Replies)
Discussion started by: yls177
3 Replies
Login or Register to Ask a Question