The other day installing Linux Mint failed and it took all the space from /dev/sda3.
I wonder if there's some way to remove files and directories inside /dev/sda3 (don't know where it's located) from Windows?
|
|
Use a live CD or boot a live distribution from USB stick, empty that partition => done. Otherwise you would need access to the linux filesystems (guess ext4 or btrfs) which is not very well supported within windows. |
|||
|
|
|
If you want to keep the partition, with it's ext? file system, but without the files and folders, you can install an appropriate filesystem driver in Windows. This will allow you to create/modify/delete files in that partition the same as in any Windows partition, except there will probably be minor issues because Linux filesystems follow slightly different rules to Windows filesystems (e.g. different permissions flags). I believe the ext2fsd project supports the ext-family filesystems in Windows, though I've never tried it myself. However, it's probably much easier to delete the whole partition, then recreate it (or resize another partition to re-use the space). Windows may or may not refuse to delete a partition it doesn't understand, but there are third-party tools to do the job, including free ones. Possibly the easiest way will be to use a Linux live CD. If you're willing to spend some pennies, personally I used to be a big fan of the Acronis tools (including the boot CDs), but I haven't bought an upgrade in some years. |
|||
|
|
The
|