Sponsored Content
Operating Systems AIX read lv mountpoint information directly from disk Post 302596020 by vbe on Monday 6th of February 2012 09:40:15 AM
Old 02-06-2012
or:
Code:
 lspv -l hdisk

 

10 More Discussions You Might Find Interesting

1. AIX

hard disk information in AIX

Hi, Other than df -k, is there any command that will tell me all physical hard drives installed on the system as well as the size of each one? I'm using AIX 5.1 Thanks, (3 Replies)
Discussion started by: quickfirststep
3 Replies

2. Shell Programming and Scripting

Getting disk information from multiple servers

Hey guyz hw u all doing. I need some help regarding "df -m".I have to check 10 servers thrice a day and have to make a text file.The only problem is I have to log into those 10 servers * 3 =30 times every time .Is there any way ,we can write a script that will automatically run on all... (5 Replies)
Discussion started by: coolkid
5 Replies

3. Solaris

Command to List Hard Disk Information

I have a SparcStation5 that is making sounds that make me think the disk drive(s) may be on the verge of quiting. What is the command to list the disk types and sizes? I'm thinking I can possibly pick up another drive or two and compy the exisiting drives while they are still working. (1 Reply)
Discussion started by: muletrainman
1 Replies

4. Homework & Coursework Questions

Using USERNAME variable for getting disk quota information

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. I am trying to write a script where my professor will log in and the script will give him his quota info with the LOGNAME variables, etc. 2. standard I'm not exactly... (0 Replies)
Discussion started by: cchapma1
0 Replies

5. Red Hat

Finding disk information

Hi, I would like to know how to find out whether hard disk is local or mapped from storage, on my server both hard disk are there, Please guide me. Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Programming

How to read BGP session information with C

Friends, I want to read BGP session information with C ( in FreeBSD ). The program will almost work like a sniffer. My FreeBSD box (which is not a BGP speaker) will look at BGP session information (after catching and parsing it) and take a decision based on the information it sees. :wall: ... (1 Reply)
Discussion started by: asadfx
1 Replies

7. Red Hat

Information About Solid State Disk in Linux

Hello, I have few HDD and SSD installed in my RHEL 5 server. I want to know which disk are SDD and which are HDD. What command should I use? Thanks (3 Replies)
Discussion started by: fahdmirza
3 Replies

8. Shell Programming and Scripting

Send information about disk occupation periodically by email

Hi, I want to make a shell script that gives me the information about the disk occupation by sending me an email once in a month for example. With this command df|tr -s " "|cut -d" " -f 1,5 I can see the occupation but I dont know how to make the machine to send me the email with this... (7 Replies)
Discussion started by: Adam Brave
7 Replies

9. Shell Programming and Scripting

Use of prtdiag to give information of sectors,cylinders,track of each disk

Hi All, i am trying to get sectors,cylinders,track..etc information of all present disks out of solaris machine using prtvtoc command . Output of ptrvtoc command is as below : bash-3.2# prtvtoc /dev/dsk/c1t0d0s0 * /dev/dsk/c1t0d0s0 partition map * * Dimensions: * 512 bytes/sector... (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

10. UNIX for Advanced & Expert Users

Inconsistent disk information.

On one of the Unix server B.11.31. a disk that has been provisioned from the VMAX, but according to the diskinfo its show coming from clarion. sudo /opt/emc/SYMCLI/bin/symvg sho /dev/vg_<name> Volume Group Name : /dev/vg_<name> Volume Group Type : HP-UX LVM Volume Group State ... (0 Replies)
Discussion started by: kpatel786
0 Replies
FINDMNT(8)						      System Manager's Manual							FINDMNT(8)

NAME
findmnt - find a filesystem SYNOPSIS
findmnt [options] findmnt [options] device|mountpoint findmnt [options] [--source] device [--target] mountpoint DESCRIPTION
findmnt will list all mounted filesytems or search for a filesystem. The findmnt command is able to search in /etc/fstab, /etc/fstab.d, /etc/mtab or /proc/self/mountinfo. If device or mountpoint is not given, all filesystems are shown. The command prints all mounted filesystems in the tree-like format by default. OPTIONS
-h, --help Print help and exit. -s, --fstab Search in /etc/fstab and /etc/fstab.d. The output is in the list format (see --list). -m, --mtab Search in /etc/mtab. The output is in the list format (see --list). -k, --kernel Search in /proc/self/mountinfo. The output is in the tree-like format. This is the default. -c, --canonicalize Canonicalize all printed paths. -d, --direction word The search direction - forward or backward. -e, --evaluate Convert all tags (LABEL or UUID) to the device names. -f, --first-only Print the first matching filesystem only. -i, --invert Invert the sense of matching. -l, --list Use the list output format. This output format is automatically enabled if the output is restricted by -t, -O, -S or -T option and the option --submounts is not used. -v, --nofsroot Do not print a [/dir] in the SOURCE column for bind-mounts or btrfs subvolumes. -n, --noheadings Do not print a header line. -u, --notruncate Do not truncate text in columns. The default is to not truncate the TARGET, SOURCE, UUID and LABEL columns. This option disables text truncation also in all other columns. -O, --options list Used to limit the set of printed filesystems. More than one option may be specified in a comma-separated list. The -t and -O options are cumulative in effect. It is different from -t in that each option is matched exactly; a leading no at the beginning of one option does not negate the rest. For more details see mount(8). -o, --output list Define output columns. Currently supported are SOURCE, TARGET, FSTYPE, OPTIONS, VFS-OPTIONS, FS-OPTIONS, LABEL and UUID. The TAR- GET column contains tree formatting if the --list or --raw options are not specified. -r, --raw Use raw output format. -a, --ascii Use ascii characters for tree formatting. -t, --types list Used to limit the set of printed filesystems. More than one type may be specified in a comma-separated list. The list of filesys- tem types can be prefixed with no to specify the filesystem types on which no action should be taken. For more details see mount(8). -R, --submounts Print recursively all submounts for the selected filesystems. The restrictions defined by options -t, -O, -S, -T and --direction are not applied to submounts. All submounts are always printed in tree-like order. The option enables the tree-like output format by default. This option has no effect for --mtab or --fstab. -S, --source spec Explicitly define the mount source. Supported are device, LABEL= or UUID=. -T, --target dir Explicitly define the mount target (mountpoint directory). EXAMPLES
findmnt --fstab -t nfs Prints all nfs filesystems defined in /etc/fstab. findmnt --fstab /mnt/foo Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo. It also prints bind mounts where /mnt/foo is a source. findmnt --fstab --target /mnt/foo Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo. findmnt --fstab --evaluate Prints all /etc/fstab filesystems and converts LABEL= and UUID= tags to the real device names. findmnt -n --raw --evaluate --output=target LABEL=/boot Prints only the mountpoint where the filesystem with label "/boot" is mounted. AUTHORS
Karel Zak <kzak@redhat.com> SEE ALSO
mount(8), fstab(5) AVAILABILITY
The findmnt command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Version 1.0 Apr 2010 FINDMNT(8)
All times are GMT -4. The time now is 10:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy