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)
I'm using PartitionMagic's wizard to partition my drive for Linux, and after I get past the first step it asks if I want to screate a seperate Linux Swap Partition. What is a Linux Swap Partition and is something I need/should have? (10 Replies)
I want to install a Linux build on a partition of my Win2k machine, but I have a few questions first.
1) Which build should I choose? I was told that some Linux builds don't support some hardware. I am using an AMD Duron CPU, an NVidia Geforce2 MX video card, and a soundMAX (very cheap) audio... (6 Replies)
I was wondering if anybody could help me out, I've tried downloading partition magic 7 using Lopster. I think i've downloaded it but i cannot locate it????????:confused: (6 Replies)
My /usr partition ran out of space, now i'm sitting here and thinking what to do :(
What would be your suggestions? I have /home partition which is 20% full and I don't think that I will ever use the whole space. is there a way to resize my partitions without data loss?
What I was actually... (7 Replies)
I read the old posts about dual booting windows and linux, and I just wanted to clarify something: If I buy the mandrake version of linux, will that by itself partition the hard drive, or do I still have to get a copy of partition magic? If the mandrake version can do it, is it an easy process?
... (6 Replies)
Well, the subject speaks for itself; how does one go about making a UFS partition in a Linux environment? I don't recall seeing it as an option in my version of fdisk (I'll have to check again when I go home :( ) (6 Replies)
I am trying to implement a dual boot on my laptop ... using a small xp partition and fedora core 269.1-fc2 i686 linux kernel.. so far I have had to log off and reboot to enter the other partition... but this is getting frustrating.. windows is on /dev/hda1 and 1-5 is on the linux partition. I have... (8 Replies)
Hiya folks,
Before I install Linux, I want to partition my HD, basically I want to split my 80GB HD in half so I can run Linux but still keep Windows XP. I tried doing through the windows workstation and browsing the XP help files but it either didnt work or I was doing something wrong. I dont... (7 Replies)
hi,
i have this prolem on my system
whnever a run a process on my linux machine it spawns 2 more of the same process.
say the process is x
then on running x i get 3 processes which are spawned by one another.
x
-x
--x
how do i stop this (8 Replies)
Hello,
I'm new to unix world but have been playing with the solaris os lately....I have a sunblade 100 machine with Solaris 10 installed on it. I would like to know the steps to partition my harddisk which is 20gb into three partitions of 7/7/6. Would appreciate if you can guide me through the... (7 Replies)
Hi guys,
It has been more than 2 month i switched to linux but i m still very much confused how linux handles and names the partitions.
I have gone through couple of beginners material and found linux doesnt treat partitions as c: and d: instead it uses /dev/hda1 /dev/hda2 hda3 .But now i... (7 Replies)
Hi all
I am facing high utilization of my root partition. below is the output of df -h
bash-3.00# df -h
Filesystem size used avail capacity Mounted on
/dev/md/dsk/d10 9.9G 9.4G 406M 96% /
/devices 0K 0K 0K 0% /devices
ctfs ... (13 Replies)
Hi,
I have created a file a.txt in Redhat Linux.
Inode number for a file changes every time i update the file using vi editor , gedit etc.
Is there any setting that can be made , such that inode number never changes as that is supposed to be the expected behavior?
Or if we cannot... (13 Replies)