answersLogoWhite

0


Best Answer

man fdisk

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you edit partitions in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create partitions in Linux?

You can use a program called GParted to add, edit, and delete partitions.


What are volumes in Linux?

Volumes are storage areas, such as partitions and disks.


How can one use the Linux utility fdisk to manage partitions?

Fdisk is a command that can be used in Linux to manage partitions. With this command one can view all disk partitions or delete partitions. For detailed information on step by step instruction for using this command one can access 'The Geek Stuff' website.


Why are Linux partitions ext3?

Not all Linux partitions are ext3. It just happens to be the most popular file system. ext3 was created especially for Linux, so it is free from any patent issues involved with some other file systems.


How many partitions can be created in Linux?

This depends on the age of the kernel being used, the type of drive, and the software used to partition the drive. Older Linux systems had a limit of 63 partitions for IDE drives and 15 for SCSI. Kernels before around 2.6.28.5 that used libATA limited all drives to 15 partitions. Experimentation with more recent kernels indicates a limit around 130 partitions per drive. Many partitioning programs available for Linux are still limited to 63 partitions or less.


Which Linux command can be used to repair improperly shutdown or otherwise potentially corrupt partitions?

The fsck command can be used to repair improperly shut down or potentially corrupt partitions on Linux systems. It checks the file system integrity and attempts to repair any inconsistencies it finds.


How do you edit an inode in Linux since everything in Linux is a file?

You don't edit inodes manually. They are managed by the file system driver.


How many partitions minimum does Linux require?

It should have the same limitations as any other operating system if you solely work with physical volumes - 4 primary partitions on MBR, unlimited on GPT (though Windows will limit it to 128). Otherwise, if you use something like LVM, it would be unlimited logical partitions, across a single disk or multiple disks.


How do you remove Linux without removing windows?

Insert your Windows CD or DVD and get to the part where it shows all your partitions and delete the Linux partitions. If you are unsure which one is your windows partition just make sure you don't delete or format any partition that is in the NTFS, or in the rare case a FAT32 format, as those would be your windows partitions.


Which partitions does Linux use when all the information that Linux is processing cannot be stored in RAM?

That is the "swap partition." It is a dedicated space on the hard disk that fulfills the "swap" feature of virtual memory in Linux.


How do you create or edit a crontab in Linux?

"crontab -e".


How do you remove write protection from a partition running Windows that's missing the hal.dll file and the rest of the partitions are running Linux?

If you are talking about accessing the partition from Linux, the kernel file system driver does not allow writing to NTFS partitions. You can write to the partition in Linux if you install the NTFS-3G file system. This is the only form of "write-protection" that should be on your system.