Sponsored Content
Full Discussion: Erase hard disk data
Operating Systems AIX Erase hard disk data Post 302204962 by mike221 on Friday 13th of June 2008 03:40:31 AM
Old 06-13-2008
you can format or erase it by # diag menu. But after this your data can be recover by the use of data recovery software. To completely erase your data you should use drive wipe software which completely erase hard drive. You can get lots of erase utility over internet or try Stellar drive wipe software.

Hope it helps
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. AIX

Erase hard disk

Hi ... How to erase bootable hard disk in Pseries... (3 Replies)
Discussion started by: sumathi.k
3 Replies

4. SCO

Recover data from failed Hard disk in SCO OpenServer 5.06

One hard disk fail to mount (/dev/data). I had run "fsck /dev/data" then some error occured "unrecoverable error reading SCSI Disk 1 dev 1/104". I need to recover data from disk. please help. (1 Reply)
Discussion started by: rakeshkumar9919
1 Replies

5. AIX

Erase AIX rootvg system disk

Hello all, I need help for erasing IBM P5 machine running AIX 5.3. I have 2 system disks (Hardware mirror) and i'm looking for a way like a LIVE CD bootable CD so I can boot with the cd and then format the system disks with a "secure erase" software. (7 Replies)
Discussion started by: kobi gabai
7 Replies

6. 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

7. UNIX for Advanced & Expert Users

How to erase tape data in unix V4.0 D?

hi! my computer is... System: Digital Personal Workstation 433a Processor: Digital Alpha 21164, 433 MHz Memory: 64 MB OS: Digital Unix Console (SRM), Digital Unix V4.0D how to erase tape data? I tried with mt erase but no success. My tape is 120m. So, how can i erase tape? ... (5 Replies)
Discussion started by: akz
5 Replies

8. AIX

How to use dd command to erase the data in disk

how to use dd command to erase the data in disk, such as hdisk2? (9 Replies)
Discussion started by: rainbow_bean
9 Replies

9. 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
BJAVALOADER(1)						      General Commands Manual						    BJAVALOADER(1)

NAME
bjavaloader - Barry Project's program to manage BlackBerry applications SYNOPSIS
bjavaloader [-h][-p pin][-P pass][-v] bjavaloader dir [-s] bjavaloader deviceinfo bjavaloader load <.codfile> bjavaloader save [-A] <module_name> bjavaloader wipe [-a | -i] bjavaloader erase [-f] <module_name> bjavaloader eventlog bjavaloader cleareventlog bjavaloader logstacktraces bjavaloader screenshot <.bmp file> bjavaloader settime [yyyy-mm-dd HH:MM:SS] DESCRIPTION
bjavaloader is a tool for loading, listing, and deleting applications on a BlackBerry device. It has a few other features as well, not pertaining to application management. The command syntax is intentionally similar to the Windows program 'javaloader.exe' provided by Research In Motion, in order to make it easy to use the same build scripts on Linux and Windows. OPTIONS
-A Used with the 'save' command to save all available modules. -a Used with the 'wipe' command to only wipe the applications. -i Used with the 'wipe' command to only wipe the filesystem. -f Used with the 'erase' command to force the erasure of an application that is currently in use in the device. Experimental. -h Display a command help summary. -s When using the 'dir' command, list the submodules as well. -p pin Specifies the PIN number of the device with which you wish to communicate, when multiple devices are connected. -P password A simplistic method to specify the device password. -v Verbose debug output. This enables dumping of USB bus scanning, as well as the protocol packets used during communication. COMMANDS
dir [-s] Fetch a list of all applications and display them on stdout. When used with the -s option, submodules are included, and can take a long time to display. deviceinfo Provides information on the handheld. load <.cod filename> ... Loads one or more COD application files into the device. save [-A] <module name> ... Retrieves modules from the handheld and writes them to .cod files with the same name as the module. Note that this will overwrite any existing .cod file in the current directory. If the -A option is specified, a dir will be done internally, and all available modules will be saved. wipe [-a | -i] Wipes the handheld, removing all data such as messages, contacts, etc. and/or all .cod files, including OS .cod files. By default, with no options specified, both applications and data are wiped. Use the switches to specify only applications or data. erase [-f] <module name> ... Delete the specified application module(s). The module name can be determined using the 'dir' command. When used with the -f option, the module is erased even if in use, and the device will be reset. eventlog Retrives the handheld event log and prints it on stdout. cleareventlog Clears the handheld event log. logstacktraces Dumps the stack traces for all threads into the event log, which can then be viewed with the 'eventlog' command. screenshot <.bmp filename> Capture current screen image and save in BMP format. settime [yyyy-mm-dd HH:MM:SS] Sets the time on the handheld to the current time, or the specified time. If time is given as an argument, the current system time- zone is assumed. AUTHOR
bjavaloader was initially written for the Barry project by Nicolas Vivien, with additional contributions from others over time. This manual page was written by Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry September 11, 2010 BJAVALOADER(1)
All times are GMT -4. The time now is 12:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy