I have Linux Mint installed on an external hard drive, and I have the 4 main partitions (/boot, swap, /, and /home). I also have 600GB of unallocated space. I know there's always the chance of data loss, but would it be any more dangerous to add a partition while booted to that physical disk than it would while booted to another? Would adding a partition while booted to that disk be like erasing / as root?
|
|
||||
|
|
|
Since "when booted" means that the OS that needs to make changes and write to the disk, is also running from the same disk, has a higher potential for problems/disaster if something goes wrong. Following Murphy's Law, "Anything that can go wrong, will", you are safest to run the operation isolated from the operating system. My suggestion would be to use the system boot disk (install), or a generic "Live CD". And for what it is worth, I have partitioned and formatted partitions in the same manner you are describing without ever having an issue, only the flip side I could have been incredibly lucky all those times. |
|||||||||
|
|
It's perfectly safe to convert your unallocated space to a partition while your system is running. The only practical danger is in human error (i.e., yours) or a power loss while the partition table is being written. These just as likely to happen while booted normally as they are booted from a Live CD. |
|||
|
|
|
It is safe to modify any partition table while booted under Linux. If the modification alters any partitions which are currently in use, then the kernel will simply ignore the new partition table until the next boot. |
|||
|