Sponsored Content
Full Discussion: File systems...
Top Forums UNIX for Dummies Questions & Answers File systems... Post 61085 by sokratis on Friday 28th of January 2005 05:33:35 AM
Old 01-28-2005
I did:"df -k"
output from "df -k"
/dev/hd4 262144 149188 44% 2728 3% /
/dev/hd2 5111808 629176 88% 73601 6% /usr
/dev/hd9var 262144 156904 41% 2586 4% /var
/dev/hd3 524288 475324 10% 200 1% /tmp
/dev/hd1 1441792 51836 97% 3086 1% /home
/proc - - - - - /proc
/dev/hd10opt 1048576 38240 97% 1810 1% /opt
/dev/lv01 655360 108908 84% 18 1% /tsm/log
/dev/lv02 5373952 85060 99% 18 1% /tsm/data1
/dev/lv03 5373952 85060 99% 18 1% /tsm/data2
/dev/oradata 1966080 1216956 39% 7488 2% /oracle
/dev/lv04 2097152 987356 53% 23 1% /tsm/dirmc
/dev/lv05 2097152 514704 76% 9724 2% /tsm/install
/dev/test_restore 5242880 4975596 6% 19 1% /tsm/rest
/dev/itivapp 50069504 16793364 67% 36559 1% /tivapp
/dev/itim45 2621440 2190380 17% 1729 1% /itim45

Is it GPFS or JFS?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Checking file systems

I am trying to resurrect an old UNIX server without any joy, I do not have much UNIX experience any I don't understand the messages I am receiving. The system is telling me that it cannot go multi - user until the following file systems are checked //dev/rroot It gives me the procedure 1)... (1 Reply)
Discussion started by: ianie
1 Replies

2. UNIX for Dummies Questions & Answers

How can I update a file on 50 systems at once?

I need to update a file that is on 50 different systems at once. In case of planned network outages I would like to overwrite or lock a monitoring script so that it doesn't send notifications. I thought of using a script that ftp 's the updated file to all 50 systems, and then overwrites the... (11 Replies)
Discussion started by: darthur
11 Replies

3. UNIX for Dummies Questions & Answers

Resizing File-Systems

can someone tell me the basic steps needed to resize and existing filesystem that already has data on it? thanks I dont need to be pointed to a website so any real time real life advice or help will be wholly appreciated (4 Replies)
Discussion started by: TRUEST
4 Replies

4. UNIX for Dummies Questions & Answers

file systems for unix

please someone give me 3 file systems for unix HP-UX version !!! thnks (2 Replies)
Discussion started by: androc
2 Replies

5. Red Hat

file systems may become read-only

Some of my file systems become read only. I want to find out when that happend. I checked /var/log/messages on that server and I dont see anything there. Is there any other ways to check that. I really need to find out when and how that happend. Thanks (4 Replies)
Discussion started by: s_linux
4 Replies

6. SCO

file systems table

hi Where is file systems table stored, I mean which config file from SCO 5.0.6? On linux is in /etc/fstab. (1 Reply)
Discussion started by: ccc
1 Replies

7. What is on Your Mind?

From Systems Admin to Systems Eng.

I have been wondering how do Systems Administrators do the jump into Systems Engineering? Is it only a matter of time and experience or could I actually help myself get there? Opinions? Books I could read? Thanks a lot for your help! (0 Replies)
Discussion started by: svalenciatech
0 Replies

8. Shell Programming and Scripting

Copy file systems

I have to copy 3 file systems from one machine to another on the same local network. Total data is about 150gb. There is not enough free space on the source system to tar the files and then copy. I have to do this remotely, no tape or dvd I need to maintain permissions and ownership. I have... (2 Replies)
Discussion started by: jgt
2 Replies

9. SCO

Distinguish between file systems

Hello, is there any command in SCO unix by which I can check if the file system is HTFS or DTFS? Thanks (1 Reply)
Discussion started by: Mick
1 Replies

10. Solaris

Moving file systems from one server to the other

Hi I have a server running solaris 10 with UFS type file systems, residing on a NetApp storage system, in which I need to move those file systems (all of them) to another solaris 10 server. The normal procedure to create a file system is to do a format, newfs, mkdir and mount. But on this case... (17 Replies)
Discussion started by: fretagi
17 Replies
FDFORMAT(8)						     Linux Programmer's Manual						       FDFORMAT(8)

NAME
fdformat - Low-level formats a floppy disk SYNOPSIS
fdformat [-n] device DESCRIPTION
fdformat does a low level format on a floppy disk. device is usually one of the following (for floppy devices, the major = 2, and the minor is shown for informational purposes only): /dev/fd0d360 (minor = 4) /dev/fd0h1200 (minor = 8) /dev/fd0D360 (minor = 12) /dev/fd0H360 (minor = 12) /dev/fd0D720 (minor = 16) /dev/fd0H720 (minor = 16) /dev/fd0h360 (minor = 20) /dev/fd0h720 (minor = 24) /dev/fd0H1440 (minor = 28) /dev/fd1d360 (minor = 5) /dev/fd1h1200 (minor = 9) /dev/fd1D360 (minor = 13) /dev/fd1H360 (minor = 13) /dev/fd1D720 (minor = 17) /dev/fd1H720 (minor = 17) /dev/fd1h360 (minor = 21) /dev/fd1h720 (minor = 25) /dev/fd1H1440 (minor = 29) The generic floppy devices, /dev/fd0 and /dev/fd1, will fail to work with fdformat when a non-standard format is being used, or if the for- mat has not been autodetected earlier. In this case, use setfdprm(8) to load the disk parameters. OPTIONS
-n No verify. This option will disable the verification that is performed after the format. SEE ALSO
fd(4), setfdprm(8), mkfs(8), emkfs(8) AUTHOR
Werner Almesberger (almesber@nessie.cs.id.ethz.ch) AVAILABILITY
The fdformat command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. Linux 0.99 1 February 1993 FDFORMAT(8)
All times are GMT -4. The time now is 12:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy