![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To convert multi format file to a readable ascii format | gaur.deepti | UNIX for Dummies Questions & Answers | 5 | 03-25-2008 12:03 PM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Dummies Questions & Answers | 9 | 05-25-2007 05:26 AM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Advanced & Expert Users | 1 | 05-24-2007 03:40 AM |
| convert mmddyy date format to ccyyddd format?? | Bhups | Shell Programming and Scripting | 2 | 09-27-2006 08:30 PM |
| change the empty function from the old format to the new format | powah | Shell Programming and Scripting | 0 | 06-23-2005 09:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Low level format?
I want to do a low level format like in windows (C:\format c
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
this is just SUN
Hi,
When you are on a SUN box you can use the command format (unix) like you use fdisk (DOS), thw format command can also be use for a media scan and low level format the newfs (unix) command is used like the format command on DOS and creates New File System on a partion. |
|
#3
|
|||
|
|||
|
the command newfs doesn't work on my machine
And the command format is olso unknown for it :\ ps: I have mandrake8.1 linux may be its important to know that.. |
|
#4
|
||||
|
||||
|
I believe that if you really want to perform a low level format (replacing all data on the drive with alternating 0's and 1's) you will need to download a utility from the drive manufacture to perform a true low-level format.
If you want to format a partition to create a filesystem then you will want to use `newfs`. You say that newfs is not recognized on your installation. It may be just that the newfs command is not in the current path. You can check this with `whereis newfs`. If newfs still doesn't show up then you can run `find / -name "newfs" -print` to find it's location in your system. As for the usage of newfs, `man newfs` should give you all the gory details.
__________________
Not quite as cool as all the other Kids... |
||||
| Google The UNIX and Linux Forums |