Sponsored Content
Operating Systems Solaris Solaris 10 c0t0d0p0 Vs. c0t0d0s0 Post 302554251 by gabam on Sunday 11th of September 2011 04:21:15 AM
Old 09-11-2011
Quote:
Originally Posted by jlliagre
I suspect this to have been already answered a gazillion times in this forum. Anyway, a partition is what the BIOS call a primary partition and is limited to 4 while a slice is a subdivision of a Solaris/Solaris2 partition and you can have up to 8 or 16 ones depending on the architecture.
c = controller
t = target
d = disk
What a does a target mean?
And my system shows p0,p1,p2,p3, and 4, it is 5 primary partitions, not four.
And my system has got one sata disk, with two primary partitions formatted as fat32, how can I mount the first primary partition?
Thanks
 

5 More Discussions You Might Find Interesting

1. Solaris

"/" c0t0d0s0 showing 100%.

hi I recently started looking after server with sunsolaris os. it is dual host system. In one server the '/' showing 56% in other it is showing 100% in df -k. the status of slice was used avail capacity mounted on /dev/dsk.c0t0d0s0 961181 95**** 0 100%... (4 Replies)
Discussion started by: prabir
4 Replies

2. Solaris

What is c0t0d0s0?

I always thought c=controller, t=target, d=disk, s=slice. How exactly are they assigned? My internal drive is c0t1d0. But if I connect an external box, it jumps to c2t10d0, c2t11d0 etc. Is t=target? What exactly does those t-numbers mean and why does it jump to t10, t11 instead of going... (5 Replies)
Discussion started by: the_red_dove
5 Replies

3. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

4. Solaris

root disk mirroring in solaris volume manager for solaris 10

Need a procedure document to do "root disk mirroring in solaris volume manager for solaris 10". I hope some one will help me asap. I need to do it production environment. Let me know if you need any deatils on this. Thanks, Rama (1 Reply)
Discussion started by: ramareddi16
1 Replies

5. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies
KPARTX(8)						   Linux Administrator's Manual 						 KPARTX(8)

NAME
kpartx - Create device maps from partition tables SYNOPSIS
kpartx [-a | -d | -l] [-v] wholedisk DESCRIPTION
This tool, derived from util-linux' partx, reads partition tables on specified device and create device maps over partitions segments detected. It is called from hotplug upon device maps creation and deletion. OPTIONS
-a Add partition mappings -r Readonly partition mappings -r Read-only partition mappings -d Delete partition mappings -u Update partition mappings -l List partition mappings that would be added -a -p set device name-partition number delimiter -f force creation of mappings; overrides 'no_partitions' feature -g force GUID partition table (GPT) -v Operate verbosely -s Sync mode. Don't return until the partitions are created EXAMPLE
To mount all the partitions in a raw disk image: kpartx -av disk.img This will output lines such as: loop3p1 : 0 20964762 /dev/loop3 63 The loop3p1 is the name of a device file under /dev/mapper which you can use to access the partition, for example to fsck it: fsck /dev/mapper/loop3p1 When you're done, you need to remove the devices: kpartx -d disk.img SEE ALSO
multipath(8) multipathd(8) hotplug(8) AUTHORS
This man page was assembled By Patrick Caulfield for the Debian project. From documentation provided by the multipath author Christophe Varoqui, <christophe.varoqui@opensvc.com> and others. July 2006 KPARTX(8)
All times are GMT -4. The time now is 09:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy