Sponsored Content
Full Discussion: HP-UX using unused HDD space
Operating Systems HP-UX HP-UX using unused HDD space Post 302283428 by goon12 on Tuesday 3rd of February 2009 10:23:32 AM
Old 02-03-2009
Sorry, the volume group /dev/vg00 only consists of a single physical volume. That single pv happens to be my HD Smilie .

I just created a new logical volume in the volume group and used up the space.

Thanks,
Joe
 

10 More Discussions You Might Find Interesting

1. Solaris

Maximizing 20GB HDD space

hello All! I have sun ultra5 pc with 9GB HDD and I'm planning to add 20GB HHD for future expansion and it is coming from my old intel based pc. My problem is everytime I formatted the new HD the system only gives me the result of free space for about 2GB+ as a maximum space. I have... (1 Reply)
Discussion started by: xtian
1 Replies

2. UNIX for Dummies Questions & Answers

How do I get the unused space?

One of my Solaris 8 machines hd was about to die. So I used g4u to create an image of the 9gb drive and I put it in a 36gb drive. That solved my dieing hd problem. But.... How do I get my machine to see the unused 27gb of space? Any help would be greatly appreciated. (1 Reply)
Discussion started by: Spyzic
1 Replies

3. UNIX for Dummies Questions & Answers

delete the unused file

Hi All, Can you please let me know how to delete any files that have not been accessed in the past 28 days in a directory. Thanks, Arun (3 Replies)
Discussion started by: arunkumar_mca
3 Replies

4. AIX

how to clean Unused semaphore??

How can i clean up my unused semaphore??? (4 Replies)
Discussion started by: abhishek27
4 Replies

5. Shell Programming and Scripting

HDD free space check

Hi, I need to add a condition in a script. The script is executed only if there is free 8 Gigas space. I know if then fi I don't know how to write the condition on free space Thanks :) (1 Reply)
Discussion started by: pppswing
1 Replies

6. UNIX for Dummies Questions & Answers

Old HDD copy to new HDD ? im lost...

Over the last few months the HDD spins louder and louder, so I fiqured its time to replace the HDD. Its been running 24/7/365 since 98 :eek:. yes i said since 98 :D I have an IBM system 43P Model 240. 233 MHz. running AIX Version 4. The current HDD is an IBM DGHS COMP IEC -950 FRU PN#... (5 Replies)
Discussion started by: Chevy89rocks
5 Replies

7. Red Hat

Free space of HDD ?

Friends , Using which command I can see the free space or usage of the Total HDD in Linux RHEL ? suppose Imy HDD is 10GB space . I have to insall RHEL 5 using 6 GB space . Now i have 4 GB space free in my total HDD . Now using which cammand I see this 4 GB free space ? Wating for kind... (7 Replies)
Discussion started by: shipon_97
7 Replies

8. Solaris

unused disk space

i Have alloted 20G in my vmware for solaris 10, upon installation, and some distribution of disk space to /,/opt,swap i just use 19G. Can i still use the 1G? How? how to see the 1G? that i did not use? how can i use it? appreciate your responce (17 Replies)
Discussion started by: kenshinhimura
17 Replies

9. AIX

IBM AIX Internal HDD vs SAN HDD and Oracle

Hi Folks, I am facing an issue with the performance. P4 with 1 processor and 16 GB RAM and SAN HDD = Oracle report takes 25 minutes P5 with 2 processors and 16 GB RAM internall HDD with LPAR = Oracle Report takes 1 hour 15 minutes ( please note I have assigned all the max processors and... (7 Replies)
Discussion started by: filosophizer
7 Replies

10. UNIX for Advanced & Expert Users

Detecting unused variables...

Hi guys... The first active code line in AudioScope.sh is set -u . This causes a complete exit if a variable is used/found but has not been allocated at the start of the program. However, apart from writing code to do the task, is there a switch to to check which variables have been... (17 Replies)
Discussion started by: wisecracker
17 Replies
NTFSWIPE(8)						      System Manager's Manual						       NTFSWIPE(8)

NAME
ntfswipe - overwrite unused space on an NTFS volume SYNOPSIS
ntfswipe [options] device DESCRIPTION
ntfswipe clears all or part of unused space on an NTFS volume by overwriting with zeroes or random bytes. OPTIONS
Below is a summary of all the options that ntfswipe accepts. Nearly all options have two equivalent names. The short name is preceded by - and the long name is preceded by --. Any single letter options, that don't take an argument, can be combined into a single command, e.g. -fv is equivalent to -f -v. Long named options can be abbreviated to any unique prefix of their name. -a, --all Wipe all unused space. This may take significant time. If the option --unused-fast (or -U) is also present, the faster wiping method is used. -b, --bytes BYTE-LIST Define the allowed replacement bytes which are drawn randomly to overwrite the unused space. BYTE-LIST is a comma-separated list of values in range 0-255 expressed in octal, decimal or hexadecimal base. -c, --count NUM Define the number of times the unused space is to be overwritten. If both options --bytes and --count are set, the space is repeat- edly overwritten this number of times by each of the values in the list. -d, --directory Wipe all the directory indexes, which may contain names of deleted files. -f, --force This will override some sensible defaults, such as not using a mounted volume. Use this option with caution. -h, --help Show a list of options with a brief description of each one. -i, --info Display details about unused space, without wiping anything. -l, --logfile Overwrite the logfile (update journal). -m, --mft Overwrite the unused space in the MFT (main file table, which contains the file names, and the contents of short files). -n, --no-action Executes the wiping process without writing to device. -p, --pagefile Overwrite the Windows swap space. -q, --quiet Suppress some debug/warning/error messages. -s, --undel Overwrite the space which had been allocated to a file which has been deleted recently and is still undeletable. This option is not compatible with --bytes and the replacement bytes are random ones or taken from a standard list. -t, --tails Overwrite the space at the end of files which is unused, but allocated because the allocations are always done by full clusters. -u, --unused Overwrite the space which is currently not allocated to any file (but may have been used in the past). -U, --unused-fast Overwrite the space which is currently not allocated to any file, trying not to overwrite the space not written to since the previ- ous wiping. -v, --verbose Display more debug/warning/error messages. This option may be used twice to display even more messages. -V, --version Show the version number, copyright and license of ntfswipe. EXAMPLES
Wipe out all unused space in an NTFS volume. ntfswipe -a /dev/sda1 Wipe out all deleted file names from an NTFS volume. ntfswipe -dms /dev/sda1 BUGS
There are no known problems with ntfswipe. If you find a bug please send an email describing the problem to the development team: ntfs-3g-devel@lists.sf.net AUTHORS
ntfswipe was written by Richard Russon, Anton Altaparmakov and Yura Pakhuchiy. It was ported to ntfs-3g by Erik Larsson. AVAILABILITY
ntfswipe is part of the ntfs-3g package and is available from: http://www.tuxera.com/community/ SEE ALSO
ntfs-3g(8), ntfsls(8), ntfsprogs(8) ntfs-3g 2017.3.23 June 2014 NTFSWIPE(8)
All times are GMT -4. The time now is 07:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy