- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to format Linux?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-12-2009 09:31 PM
тАО07-12-2009 09:31 PM
How to format Linux?
i have installes windows and linux on my laptop. now i want to format Linux partition. can i do that? kindly do the needful.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2009 09:40 PM
тАО07-12-2009 09:40 PM
Re: How to format Linux?
if you like to remove linux from your PC/notebook, you can format and delete the linux partition, but if you do it the the boot manager lilo/grub will be corrupted, so before you are deleting or formating linux partition use utilyties for fixing MBR ( master boot record )
http://pcsupport.about.com/od/termsf/p/fixmbr.htm
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2009 10:33 PM
тАО07-12-2009 10:33 PM
Re: How to format Linux?
No format required.
What you need is a divided hard disk.
Some forms of Linux can actually reduce the size of the windows partition, thereby leaving space for a Linux partition.
Creating a dual boot computer XP and Ubuntu (applies to Vista)
http://oreilly.com/linux/archive/dual-boot-laptop.html
From Red Hat.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-x86-dualboot.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2009 06:35 AM
тАО07-13-2009 06:35 AM
Re: How to format Linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2009 01:17 AM
тАО08-06-2009 01:17 AM
Re: How to format Linux?
1. First boot the PC from Windows.
2. Then, from My Computer > go to Manage > Disk Management.
3. Delete the Linux partition.
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2009 02:50 AM
тАО08-06-2009 02:50 AM
Re: How to format Linux?
fdisk -l
fdisk
fdisk /dev/sda
Use the menus to delete everything. w to save.
Note however, this is can be reversed.
It would be trivial for the NSA to totally rebuild your system.
If you really want to make sure the disk is unrecoverable, physically destroy it.
Or:
dd if=/dev/random of=/dev/sda bs=1024 count=#####
Set the count high enough that the entire disk is written to.
Run it a lot of times or again you system will be recoverable to high tech genius such as the people who do this sort of thing at the National Security Agency. I mention this as an example, not due to any specific knowledge.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com