- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Format File system.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:16 AM
03-09-2006 02:16 AM
I would want to know if is it possible "TO FORMAT at LOW LIVELL a FILE SYSTEM" and which is the command
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:21 AM
03-09-2006 02:21 AM
Re: Format File system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:22 AM
03-09-2006 02:22 AM
Re: Format File system.
It should be possible with the command, mediainit.
But, the usage is highly discouraged because,nowadays, all known disks are Low level formatted at the factory itself. Please remember it gets more complicated than olden days because, you are bound to have more sectors per track as you move from inner to outer cylinders.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:24 AM
03-09-2006 02:24 AM
Re: Format File system.
If by "format" you mean destroy and initialize, then use 'newfs'. See the manpages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:26 AM
03-09-2006 02:26 AM
Re: Format File system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:28 AM
03-09-2006 02:28 AM
Solutionmediainit is used for low level formatting of DISKs, tape etc.. not the Filesystem. I do not understand, what the word FILESYSTEM is doing, if you are interested in lowlevel formatting.
Please be aware that low level formating means, creating sectors and tracks and has nothing to do with filesystem.
If you are talking about formating filesystem ,then ... mkfs,newfs are the ones you are looking for.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:34 AM
03-09-2006 02:34 AM
Re: Format File system.
They have asked me to make one script to format at low level ...
I have thought next to the commando newfs someone I have spoken to me about a script that writes all zero ...
Sincerely I do not know if it is better to use newfs or other procedures as that one of the zero.
Someone know to give a council to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:38 AM
03-09-2006 02:38 AM
Re: Format File system.
The better option is "dd"
dd if=/dev/zero of=/dev/rdsk/c#t#d# bs=1024000
NOTE: please understand what you are doing..
Do not use mediainit, it is not recommended.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:40 AM
03-09-2006 02:40 AM
Re: Format File system.
do you want to blank out the disk or create a filesystem. Please be clear in your query.Please understand the dd in my previous post blanks out the disk not...
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:41 AM
03-09-2006 02:41 AM
Re: Format File system.
If you truly mean to null out a single file system, which, by the way, could occupy part of a disk or several disks, then the method of choice would be to run the newfs command.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:43 AM
03-09-2006 02:43 AM
Re: Format File system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:49 AM
03-09-2006 02:49 AM
Re: Format File system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:55 AM
03-09-2006 02:55 AM
Re: Format File system.
or the Veritas Volume Manager (VxVM) if you have it installed.
The idea is that you use pvcreate to prepare the disk(s) for use under LVM. You then create a volume group (VG) using vgcreate. Next, ig you need to add more disks, you use vgextend. You use lvcreate to create Logical Volumes (LVOL's) and finally newfs is used to create the filesystems on each LVOL.
Man pvcreate, vgcreate, vgextend, lvcreate, and newfs_vxfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:57 AM
03-09-2006 02:57 AM
Re: Format File system.
Hard to make out what you are trying to convey.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:59 AM
03-09-2006 02:59 AM
Re: Format File system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:01 AM
03-09-2006 03:01 AM
Re: Format File system.
You should probably read chapter-6 of the "Managing Systems and Workgroups: A Guide for HP-UX System Administrators" guide:
http://docs.hp.com/en/B2355-90950/B2355-90950.pdf
This chapter will provide you with a better understanding of disks and filesystems.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:03 AM
03-09-2006 03:03 AM
Re: Format File system.
I don't want to extend or create a logical volume or file system, I WANT say if may be format a FILE SYSTEM, and which is the better commando in order to make it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:07 AM
03-09-2006 03:07 AM
Re: Format File system.
You already have your answer. Use 'newfs' or write zeros with 'dd' to the raw device.
Define "better". If security is your objective, then pour acid on the disk and beat it with a sledgehammer. Afterwards, place the pieces it in a large magnetic field.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:13 AM
03-09-2006 03:13 AM
Re: Format File system.
Your informal comment on technical term "Degauzzing" has left me Laughing. This is the first ITRC thread which has done this. A nice and cute phrase to use it for my customer in future.
:))
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:43 AM
03-09-2006 03:43 AM
Re: Format File system.
:-)
Smile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:26 AM
03-14-2006 04:26 AM
Re: Format File system.
you can use #mediainit /dev/dsk/c0t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 08:47 PM
03-29-2006 08:47 PM