Disk usage showing 100% after deleting files also | Red Hat Linux 3.2.2-5

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Disk usage showing 100% after deleting files also | Red Hat Linux 3.2.2-5
# 8  
Old 02-22-2012
Also remember that deleting a file that has an open file handle/descriptor does not remove the file from the disk until that handle is closed. lsof should be used to determine what is holding the file open. Then that daemon can be restarted to clear the open file handle.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

2. UNIX for Dummies Questions & Answers

Detect New Disk in Red Hat

Hello, Wanted to know if there is a way to detect a new disk added to the Red Hat system without restarting the server. Thanks. (3 Replies)
Discussion started by: ikn3
3 Replies

3. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

4. Red Hat

Implememting disk quota on Red Hat

Hi , what are all the files will be edited when we are\ implememting disk quota for a user. Thanks in advance (2 Replies)
Discussion started by: krish4linux
2 Replies

5. SuSE

ghost root disk on Red Hat Linux

I have been reading to no avail on how to create a root ghost disk. The purpose of this task is that prior to patching my linux servers, I would create a copy of my root disk to an empty disk for failback in the event that the patching has issues. I currently configured my root disk with 2... (2 Replies)
Discussion started by: gperez
2 Replies

6. Linux

Red Hat Linux 9

Hello there! Will anybody please tell me some good links to online eBooks on Red Hat Linux 9 user experiences and the like. If the books are in PDF Format, it will be nice to read. Thanks for cooperation in advance. Enjoy using open source and breathe freely! JAM (5 Replies)
Discussion started by: Jawwad
5 Replies

7. UNIX for Dummies Questions & Answers

red hat linux installation boot floppy disk

Hi, My dear friends, I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
Discussion started by: linuxpenguin
3 Replies

8. UNIX for Dummies Questions & Answers

XP to Linux (Red Hat)

I have a PC running XP, and I have a PC that dual boots W2K and Red Hat Linux 7.3. I have the two connected via crossover cable, and the two can access each other when both are running windows. If I were to boot up Linux, can my XP PC telnet to the Linux PC? Any pointers or websites to... (3 Replies)
Discussion started by: lawadm1
3 Replies

9. UNIX for Dummies Questions & Answers

Slackware's Linux 3.0 VS Red Hat Linux 7.x

Hello guys, I got overzealous (I Think). I got the book Linux Unleashed that comes with the Slackware 3.0 Version of Linux for $2.00.I also have Red Hat Linux 7.2 (No book, just the OS).What I wanted to know was,other than the bells and whistles of Red Hat is there any significant difference... (2 Replies)
Discussion started by: perrylx
2 Replies

10. UNIX for Dummies Questions & Answers

Red Hat Linux 6.0

Ok here is my problem i do not know the command to load a driver for my network card in Ted hat linux 6.0 could sombody give me a hand. and if there is anyone that has a list of commands for red hat that would be great also (2 Replies)
Discussion started by: bbutler3295
2 Replies
Login or Register to Ask a Question
MKFATIMAGE16(1) 					      Make HDIMAGE for DOSEMU						   MKFATIMAGE16(1)

NAME
mkfatimage16 - generate a virtual drive image suitable for DOSEMU SYNOPSIS
mkfatimage16 [ -b bsectfile ] [{ -t tracks | -k Kbytes }] [ -l volume-label ] [ -f outfile ] [ -p ] [ file... ] DESCRIPTION
mkfatimage16 creates a hdimage file for DOSEMU that is pre-loaded with the files specified on the command line. The output is either writ- ten to stdout (hence do not forget to append " > hdimagefile", else you will see garbage on the screen) or to the file specified by the -f option. For the latter you may also use option -p in order to force padding up to the given size. This padding will result in so-called holes on an ext2-FS, hence the actual disk usage will not be greater. The file created by mkfatimage16 then can be used as a virtual drive, when defined in /etc/dosemu.conf. As long as -k is not given, the number of heads is always 4 and you have 17 sectors per head else it is adjusted accordingly. To vary the size, you may either use the -t option or specify the total amount of Kbytes via -k option. All files given behind the options will be copied onto the hdimage. In addition a DOSEMU suitable master boot record (MBR) is established and via option -b you may specify a boot sector that gets inserted as first sector of the partition. To later access the hdimage outside of DOSEMU you should use mtools (/etc/mtools.conf parameters partition=1 and offset=128). OPTIONS
-b file Insert the first 512 bytes of file into the bootsector of the partition. -t num Make the virtual disk have num tracks. This is the one way to define the size of the disk. -k Kbytes Make the virtual disk be Kbytes in size. Using -t and -k are mutual exclusive. -l label insert label as volume label for the disk. -f outfile The hdimage is written to outfile instead of stdout -p Pad the hdimage with zero up to the total size given by -t or -k (only in conjunction with -f). AUTHOR
Pasi Eronen (pe@iki.fi) and Peter Wainwright. BUGS
This program doesn't support name mangling and does very little checking for non-DOS filenames. Disk full condition isn't detected (and probably causes erratic behaviour). Duplicate files aren't detected. AVAILABILITY
Comes with DOSEMU SEE ALSO
dosemu(1), xdosemu(1), mtools(1) Version ALPHA 0.98 September, 1998 MKFATIMAGE16(1)