FINDFS(8) System Administration FINDFS(8)NAME
findfs - find a filesystem by label or UUID
SYNOPSIS
findfs NAME=value
DESCRIPTION
findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags
are:
LABEL=<label>
Specifies filesystem label.
UUID=<uuid>
Specifies filesystem UUID.
PARTUUID=<uuid>
Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.
PARTLABEL=<label>
Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition
tables.
If the filesystem or partition is found, the device name will be printed on stdout.
The complete overview about filesystems and partitions you can get for example by
lsblk --fs
partx --show <disk>
blkid
EXIT STATUS
0 success
1 label or uuid cannot be found
2 usage error, wrong number of arguments or unknown option
AUTHOR
findfs was originally written by Theodore Ts'o <tytso@mit.edu> and re-written for the util-linux package by Karel Zak <kzak@redhat.com>.
ENVIRONMENT
LIBBLKID_DEBUG=all
enables libblkid debug output.
SEE ALSO blkid(8), lsblk(8), partx(8)AVAILABILITY
The findfs command is part of the util-linux package and is available from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils
/util-linux/>.
util-linux March 2014 FINDFS(8)
Check Out this Related Man Page
FINDFS(8) System Administration FINDFS(8)NAME
findfs - find a filesystem by label or UUID
SYNOPSIS
findfs NAME=value
DESCRIPTION
findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags
are:
LABEL=<label>
Specifies filesystem label.
UUID=<uuid>
Specifies filesystem UUID.
PARTUUID=<uuid>
Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.
PARTLABEL=<label>
Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition
tables.
If the filesystem or partition is found, the device name will be printed on stdout.
The complete overview about filesystems and partitions you can get for example by
lsblk --fs
partx --show <disk>
blkid
EXIT STATUS
0 success
1 label or uuid cannot be found
2 usage error, wrong number of arguments or unknown option
AUTHOR
findfs was originally written by Theodore Ts'o <tytso@mit.edu> and re-written for the util-linux package by Karel Zak <kzak@redhat.com>.
ENVIRONMENT
LIBBLKID_DEBUG=all
enables libblkid debug output.
SEE ALSO blkid(8), lsblk(8), partx(8)AVAILABILITY
The findfs command is part of the util-linux package and is available from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils
/util-linux/>.
util-linux March 2014 FINDFS(8)
Dear Folks
Is there anyway to give a UUID to a swap partition? mkswap on CentOS 5 (util-linux-2.13-0.45.el5_1.1) appears to override this option ;-(
# swapoff -a
# mkswap -L swap1 /dev/sda3
Setting up swapspace version 1, size = 4293591 kB
LABEL=swap1, no uuid
And there's no... (3 Replies)
Hi,
I have the following line in my /etc/fstab file:
LABEL=/oracle/datafile /oracle/datafiles ext3 defaults 1 2
I commented the line out because at boot it complained of errors and put me in the recovery console. It's an important server so I don't want it to be offline... (1 Reply)
Hi,
I am using Ubuntu 8.04 64-bit (Hardy Heron LTS Desktop edition) OS on a 64-bit intel hardware (x86_64). I have wrongly renamed the /lib64/libdl-2.7.so shared library file and now hardly few commands are working. My Gnome UI display has gone and I could not establish any new connection via... (12 Replies)
I am trying to write a small backup application for Linux systems file by file if partitions are created by the user using fdisk. I am facing a problem when I am done with restoring the files. The problem is with UUID mismatch in restored fstab and menu.lst.
Using C I could create a partlist.txt... (6 Replies)
I need as script (awk/sed?) to add noatime option to fstab.
It should append ,noatime to whatever is in column 4 if noatime isn't already there, leaving comments alone.
input:
# /etc/fstab
# Created by anaconda on Mon Oct 31 20:44:41 2011
#
# Accessible filesystems, by reference, are... (5 Replies)
Hi
I have created a RHEL6 machine that is hosted on VMWare player that in turn runs off my Windows 7 PC.
When I try and mount the CDROM on the RHEL6 box I get the following output:
$ mount /dev/cdrom/media
mount: can't find /dev/cdrom/media in /etc/fstab or /etc/mtab
$
Here is the... (3 Replies)
I am able to mount samba but it just won't mount when i reboot system
what is stopping it from mounting after reboot?
I mounted before reboot but right after reboot...i ran mount
# mount
/dev/mapper/vg_sda2-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs... (0 Replies)
I am thinking of developing an app' for Android mobile devices...
Two questions here:-
1) Does anyone _develop_ for the Android _mobile_ platform?
If so do you use OSX 10.7.5 or greater as your _development_platform_?
2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Hi,
I'm running a RHEL6 machine on a VMWare platform and I have somehow created a duplicate /home directory. See below.
# pwd
/home/home/twood
# ls
Desktop Documents Downloads Music Pictures Public Templates Videos
#
I am currently working on some disk quota procedures and I... (2 Replies)
Hi Guys,
Looking for advice really this time, I have just completed building a server. As it was a fresh build and was just a standard RHEL 6.6 server which would run TSM I just went for partitioning up the disks as I built it.
The disks are 3 500Gb disks in a RAID5 configuration giving just... (5 Replies)
Hi,
i need to cat a file after # till the end of the file
usually ill do cat /etc/somthing | grep -A999999 #
but its not that professional
thanks
edit by bakunin: please use CODE-tags (or ICODE-tags) for code and data. Thank you. (9 Replies)
Hi,
On my linux system i find the below two files which occupy good space.
# du -sh /root/myswapfile /swap2
1.1G /root/myswapfile
1001M /swap2
# ls -ltr /root/myswapfile /swap2
-rw-------. 1 root root 1073741824 Jan 27 2017 /root/myswapfile
-rw-------. 1 root root 1048576000 Jan... (11 Replies)