Sponsored Content
Full Discussion: hdds physically
Operating Systems HP-UX hdds physically Post 302071566 by efrenba on Friday 21st of April 2006 04:57:24 PM
Old 04-21-2006
Hi,

I want to check if the hdd hasn't a physical damage (bad cluster or sectors).
 

4 More Discussions You Might Find Interesting

1. Solaris

How to check if rsc is physically exist

I have a bunch of servers that cant connect via rsc, but supposingly they can connect... Any chance I can check if the rsc card is physically exist in the server by some command? Some of the machines are in overseas, and I won't go datacenter to check anyways... Many Thanks! (6 Replies)
Discussion started by: nicole0404
6 Replies

2. Solaris

Physically identify hard disk.

Hi, I have a failed hard disk in my Sun Fire V240. Unfortunately it does not show up in 'cfgadm -al' or in the format command so I cannot unconfigure it and illuminate the blue light on the front to identify it. Is there any way of iluminating the blue lights on the other disks so I can at... (3 Replies)
Discussion started by: sparcman
3 Replies

3. Solaris

SPARC T4-1/Solaris 11/Add 2 new HDDs in RAID 0 configuration

Hi, Couple of sentences for background: I'm a software developer, whose task was to create a server software for our customer. Software is ready for deployment and customer has a new T4-1 SPARC, but somehow it also became my task also to setup the server. I have managed to get the server is up... (13 Replies)
Discussion started by: julumme
13 Replies

4. AIX

IBM AIX 5.2 cloning Hdds

I have an old IBM Power 5 9111-520 that has data on it but the system is failing. I need to move it to a more reliable server. The current system has two drives and no raid. I would like to setup my "newer" system with raid and two partitions then clone my setup over. What is the best way to do... (2 Replies)
Discussion started by: BDC80
2 Replies
MKEXFATFS(8)						      System Manager's Manual						      MKEXFATFS(8)

NAME
mkexfatfs - create an exFAT file system SYNOPSIS
mkexfatfs [ -i volume-id ] [ -n volume-name ] [ -p partition-first-sector ] [ -s sectors-per-cluster ] [ -v ] device DESCRIPTION
mkexfatfs creates an exFAT file system on a block device. device is a special file corresponding to the device. OPTIONS
Command line options available: -i volume-id A 32-bit hexadecimal number. By default a value based on current time is set. -n volume-name Volume name (label), up to 15 characters. By default no label is set. -p partition-first-sector First sector of the partition starting from the beginning of the whole disk. exFAT super block has a field for this value but in fact it's optional and does not affect anything. Default is 0. -s sectors-per-cluster Number of physical sectors per cluster (cluster is an allocation unit in exFAT). Must be a power of 2, i.e. 1, 2, 4, 8, etc. Cluster size can not exceed 32 MB. Default cluster sizes are: 4 KB if volume size is less than 256 MB, 32 KB if volume size is from 256 MB to 32 GB, 128 KB if volume size is 32 GB or larger. -v Print version and copyright. EXIT CODES
Zero is returned on successful creation. Any other code means an error. AUTHOR
Andrew Nayenko SEE ALSO
mkfs(8) January 2011 MKEXFATFS(8)
All times are GMT -4. The time now is 09:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy