-2

I have Linux on a USB boot drive that should have 32GB of available space and when I boot Linux it only shows 7GB of space. Linux wont use the other 25GB of space.

I tried increasing the partition size and that fixed it but then Linux runs extremely slow.

I also tried Linux Mint, Ubuntu, Kali, Debian and had the same issue.

2
  • Maybe instead of increasing the partition size create a second partition.
    – cybernard
    Commented Apr 23, 2022 at 15:21
  • @ChanganAuto So at the time of me asking this question I did not know that the usb was storing data on ram instead of on the usb so when I increased the partition size linux ran so slow because reading/writing to ram is faster than reading/writing to a usb.
    – RedRaptor
    Commented Apr 25, 2022 at 21:40

1 Answer 1

0

Linux does not limit the amount of space on the USB drive. The process of creating a bootable dive, whether using Rufus, UNetbootin. or other tool partitions the USB drive. This created one ~7GB partition with Linux, and other partitions, totaling ~25 GB.

There are a number of partitions on that drive. Use a disk partitioning tool, such as Ubuntu Disks, or view them in terminal. You should be able to access those other partitions if they are formatted, not blank space; just mount them.

2
  • @RedRaptor You need to understand the differences between and installer/live and an installed system. Using the aforementioned tools to burn an ISO to the USB makes installation/live media. It's NOT the same as installing the system into an external drive, for which you'd need TWO USBs, one to boot from and the other as the target for installation. The installation media, being "made" from a drive image (ISO) will burn that exact size regardless of the USB flash drive's capacity. Commented Apr 25, 2022 at 13:46
  • When installing the target being an internal or external drive is irrelevant. Commented Apr 25, 2022 at 13:47

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .