10 More Discussions You Might Find Interesting
1. Red Hat
hi
I created a new partition
ls -l /dev/sda*
brw-rw---- 1 root disk 8, 0 Oct 21 12:29 /dev/sda
brw-rw---- 1 root disk 8, 1 Oct 12 11:19 /dev/sda1
brw-rw---- 1 root disk 8, 10 Oct 21 13:50 /dev/sda10
brw-rw---- 1 root disk 8, 2 Oct 12 11:19 /dev/sda2
brw-rw---- 1 root disk 8, 3 Oct... (3 Replies)
Discussion started by: mnnn
3 Replies
2. Red Hat
Hello.,
Could any one please share the informaiton about this or please point me the reference :
Assume, we have the following partition after linux machine is setup, it will mention like this :
bash$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 10G... (3 Replies)
Discussion started by: alnhk
3 Replies
3. Red Hat
Hello All,
I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows,
/boot - Linux Partition & another is
LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc).
Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies
4. Filesystems, Disks and Memory
I tried in fedora 9 to format a partition with FAT32 or NTFS but failed
mkfs -t NTFS /dev/sdb3
mkfs -t FAT32 /dev/sdb3
In both the output says the the device isn't present.
the output is something like this:
mkfs.FAT32: no device present
mkfs.NTFS: no device present
I am able to format in... (2 Replies)
Discussion started by: ravisingh
2 Replies
5. Shell Programming and Scripting
I am trying to use Linux mail command on red hat linux. It is working fine except when there is hardcoded "\n" characters in the file content i want to send. It is literally taking "\n" as text and message is not getting formatted to give newliine effect.
I am using the following command:
cat... (3 Replies)
Discussion started by: fundoo.code
3 Replies
6. Red Hat
Dear all!
I'm reading to install Oracle 10g using ASM in single Database on RHEL 5.
The only one hard-disk was 320gb on this machine, so, I just want to device the un-formatted disk into 4 raws device.
http://gi132.photobucket.com/groups/q34/Q42288CMBQ/1.jpg
... (2 Replies)
Discussion started by: trantuananh24hg
2 Replies
7. Solaris
I am seeking advice from experts in this forum. Please help me.
I have tow disks on Sun Sparc box. Disk one has been installed Solaris 9 system. The disk two has been partitioned as one disk with 140 GB on the partition /dev/dsk/c1t1d0s6. Right now, I want to modify it as two partitions. I have... (8 Replies)
Discussion started by: duke0001
8 Replies
8. Linux
conveyed my question in short; need urgent help.
-ilan (7 Replies)
Discussion started by: ilan
7 Replies
9. Linux
i want to create on directory called /data under "/ " . but when i m using
mkdir /data it is telling permission denied. could any one tell me how to do it ? (1 Reply)
Discussion started by: useless79
1 Replies
10. UNIX for Dummies Questions & Answers
I got a FAT partition mounted as /mnt, as I believed you only can mount partitions when they are formated, but when I want to copy a file to the /mnt partition I only get errors...should I format it or do I have to change settings?
I only can work through the "WebMin" (a GREAT TOOL!) cause I'm... (2 Replies)
Discussion started by: NaRtHeXs
2 Replies
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)