Sponsored Content
Top Forums Shell Programming and Scripting initializing a blank hard disk Post 302420838 by daflore on Wednesday 12th of May 2010 03:06:36 PM
Old 05-12-2010
sorry - kubuntu 9.10
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hard disk problems

Hi all I am facing a strange problem. I am using a sun ultra10 spark machine. first i took a 20gb IDE hard disk and installed solaris 5.8. But due to some requirement i have to reinstall the OS but this time solaris 2.6. and now the hard disk capacity is only showing 8gb. Where the 12gb... (3 Replies)
Discussion started by: Prafulla
3 Replies

2. Filesystems, Disks and Memory

hard disk meltdown

I had an issue with a second hard disk in my machine. I have a sparc station running solaris 7. It was working fine but now it wont mount on boot up and when you try to mount it manually it gives an I/O error. I tried a different disk as a control which was fine. What I want to know is if my... (3 Replies)
Discussion started by: Henrik
3 Replies

3. UNIX Desktop Questions & Answers

Hard Disk

I have a cuestion. How Can I to add other hard disk to my computer? I need to configurate anyone? (4 Replies)
Discussion started by: hmaraver
4 Replies

4. UNIX for Dummies Questions & Answers

Another hard one, how can I look at a blank directory?

I have the following: (this is a partial listing, security) 4096 Sep 28 16:46 there should be a filename after 16:46, however there isn't. How do I rename this ghost directory? Or cd to it without going to ~. THANKS!! (6 Replies)
Discussion started by: nj78
6 Replies

5. AIX

Format a Hard disk

Hello I am trying to format an extra hard disk, I want to purge all data. Does any one know how to do this, I found a format command but it only works for floppies , also related to do this how do you defrag ? I am running AIX 5.3 Thanks (1 Reply)
Discussion started by: mrmeswani
1 Replies

6. UNIX for Dummies Questions & Answers

Hard Disk at 99% Help!

:eek: I use this Solaris to run CMS a call acounting software package for my job. No one could run reports today because it said the this when you logged on "The following file systems are low, and could adversely affect server performance: File system /: 99%full" Can some one please explain... (9 Replies)
Discussion started by: mannyisme
9 Replies

7. SCO

declare disk driver for IDE hard disk

hi I've a fresh installation of SCO 5.0.7 on the IDE hard disk. For SCSI hard disk I can declare, for example blc disk driver using: # mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies

8. UNIX for Advanced & Expert Users

Need help for getting hard-disk traces

When we write a programme,we declare variables and compiler allocates memory to them.I want to get access to the physical block number of hard-disk where actually the data is stored by the programme " Some one help me out... (3 Replies)
Discussion started by: nagraz007
3 Replies

9. Emergency UNIX and Linux Support

Something is filling hard disk on its own.

I came in this morning to find that our mail server was down. Couldn't connect. I looked at logs. The logs complained about no space on device. I run df and it comfirms that the system disk (mounted on /) is at 100% capacity. I try to delete some files before attempting to look at cyrus. I rotate... (23 Replies)
Discussion started by: timgolding
23 Replies

10. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies
lintex(1)						      General Commands Manual							 lintex(1)

NAME
lintex - removes TeX-related garbage files SYNOPSIS
lintex [ -i ] [ -r ] [ -b ext ] [ -p ] [ -k ] [ -o ] [ -q ] [ -v ] [ -d ] [ dir [ dir ... ]] DESCRIPTION
lintex is a program that removes TeX-related auxiliary files, normally not needed after a successful TeX run (i.e. log, aux, dvi, ... files); they are actually removed only if their modification timestamp is more recent than the one of the related TeX source and if they aren't readonly. In addition, all the backup files that your favorite editor has generated are also removed. OPTIONS
-i Asks the user permission before actually removing any file. -r The given directories are scanned recursively; i.e., if they contain any subdirectory structure, all the tree will be cleaned up. -b ext ext is the trailer string (the 'extension') that identifies the backup files generated by your editor, e.g. -b .bak; ext defaults to ~ (the tilde character), i.e. to the emacs convention. If ext includes characters having a special meaning for the shell, it must be enclosed in quotes: e.g. -b "~" (equivalent to the default). Specifying the null string, as in -b "", inhibits the cleanup of any special file. -p Pretends, show what files would be removed but don't actually remove them. -k Keeps final documents (.pdf, .ps, .dvi). -o Permits the removal of files older than their sources. -q Quiet, only prints error messages. -v Verbose, prints which files were removed and which weren't. -d Debug, prints the answers to all of life's questions. PARAMETERS
dir The name(s), separated by whitespace, of one or more directories to be cleaned; if missing, the default is the current directory. EXTENSIONS THAT GET REMOVED
All files ending in the following extensions may be removed when appropriate: .aux, .bbl, .blg, .dvi, .idx, .ilg, .ind, .lof, .log, .lot, .nav, .out, .pdf, .ps, .snm, .thm, .toc, .toc.old, .synctex.gz AUTHOR
lintex was written by Maurizio Loreti <Maurizio_Loreti@gmail.com> between 1996 and 2002. As of 2010, lintex is maintained by Ryan Kavanagh <ryanakca@kubuntu.org>. It features several extensions/bug fixes. Feel free to email him with your comments and suggestions. COPYRIGHT
Copyright (C) 1996-2002 Maurizio Loreti <Maurizio_Loreti@gmail.com> Copyright (C) 2010-2011 Ryan Kavanagh <ryanakca@kubuntu.org> lintex is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. lintex is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (here included in the file COPYING), for more details. lintex version 1.11 07 November 2011 lintex(1)
All times are GMT -4. The time now is 02:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy