How to access a solaris partition


 
Thread Tools Search this Thread
Operating Systems Solaris How to access a solaris partition
# 1  
Old 07-06-2007
How to access a solaris partition

Hi,

I have the present scenario on a x86 machine.

fdisk c0d0p0

Cylinders
Partition Status Type Start End Length %
1 Active Solaris2 1 2500 2500 61
2 Solaris2 2501 4094 1594 39



Now how do i access the 2 partition.

Thanks
# 2  
Old 07-06-2007
Normally with Solaris you deal with slices.

So, for example, what is your / mounted on?

/dev/dsk/c0d0s0?

and possibly a separate /export/home on /dev/dsk/c0d0s7.

However i386 based PCs use the term 'partitions' so Solaris lets you reference these as

/dev/dsk/c0d0p0 etc.

so in theory your 2nd partition on the 1st disk should be

/dev/dsk/c0d0p1
# 3  
Old 07-09-2007
I do have

/dev/dsk/c0d0s0 mounted as /
/dev/dsk/c0d0s7 mounted as /export/home

On trying to mount c0d0p1

mount /dev/dsk/c0d0p1 /mnt/a
mount: /dev/dsk/c0d0p1 is not this fstype Smilie

Now what shal i do Smilie
# 4  
Old 07-09-2007
Have you created a file system in the 2nd partition?
# 5  
Old 07-09-2007
See my first post.

Its a Solaris2 type. Smilie
# 6  
Old 07-09-2007
Quote:
Originally Posted by vibhor_agarwali
See my first post.

Its a Solaris2 type. Smilie
Just because a partition is of a certain type does not mean the partition has been formatted etc. Smilie It merely means that the magic number in the main boot record is set to a specific number.
# 7  
Old 07-10-2007
So shall i create one with mkfs Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible access software installed on one partition from another

Hello Team my scenario is like i have 2 partitions on server. /apps and /home and i am trying to install my software in /apps partition.intstallation is successful but when i am trying to open something in that its showing blank screen. now if i install that software in /home it works... (2 Replies)
Discussion started by: lalgourav1983
2 Replies

2. 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

3. OS X (Apple)

How to access a NTFS partition on hard drive through Terminal in OSX ?

Hi , I have a Mac OS X Lion mac book pro. I have a hard drive which I have partitioned in two (a) OSX Partition - Mac OS Extended Journaled format. Mount point: / (b) Data Partition - Windows NT Filesystem format. Mount point: /Volumes/Data I need to access the NTFS partition (I have a... (6 Replies)
Discussion started by: neil.k
6 Replies

4. UNIX for Advanced & Expert Users

Protecting access to partition

I am trying to setup a computer where only the database can read/write to a partition. Basically, all other entities should fail. One thing I was thinking about was making the database own the partition itself (is this even possible?) but the problem is if someone can masquerade as the database... (4 Replies)
Discussion started by: Legend986
4 Replies

5. Solaris

Problem with Solaris Partition, I cant see it

Hi All, First post, I work as database developer (Oracle) My task is to setup a solaris system on a VMware installation which sits on a x86 server. I have installed the Os, applied patches (I think) and on VMWARE I added new hardware (Disk) which is where my database will be. The... (5 Replies)
Discussion started by: platforminc
5 Replies

6. Linux

Error 24: Attempt to access block outside partition

Grub throwing Error:: Error 24: Attempt to access block outside partition. done the following root (hd0,0) After that when trying to load kernel it is throwing the error. Please guide. new to grub. Thx, Siva. (0 Replies)
Discussion started by: Sivaswami
0 Replies

7. UNIX for Advanced & Expert Users

How to merge solaris partition

I m using solaris 8. I have some free space on my hard disk. I want to merge that space into /export/home. Please tell me complete procedure for doing it. (7 Replies)
Discussion started by: mansoorulhaq
7 Replies

8. Solaris

Solaris 8 partition - compression

Hi, Anyone know if I have a mount point /data , can it turn on compression like what the MS Windows does ???? Thanks (2 Replies)
Discussion started by: civic2005
2 Replies

9. UNIX for Dummies Questions & Answers

Access FreeBSD (BSD) partition from Windows NT/2000/XP

Hello, I have already installed FreeBSD into my hard disk. In one partition I have Windows 2000, and on another FreeBSD. I can access Windows partition from FreeBSD, but is there any way to access FreeBSD partition from Windows? I know how to access Linux (ext/ext2) partition from Win, there is... (9 Replies)
Discussion started by: Aoidas
9 Replies

10. Filesystems, Disks and Memory

re-partition disks on solaris

hi all, i was wondering if i have some volume manager and i want to format all partitions/disks and re-create new slices can i use regular format command or what? i think veritas volume manager is already installed. (2 Replies)
Discussion started by: Bashar
2 Replies
Login or Register to Ask a Question