command line

Creating a new partition on a hard drive with Linux

I have been having troubles since I started doing development for embedded software with the amount of available space in my /opt directory. You see, normally, you put all of your cross-compilers and software development kits (sdk's) underneath the /opt directory. Unfortunately, when I set up my laptop and partitioned the hard drive, I didn't set /opt into its own partition and so it was sitting in the root (/) partition.

Subscribe to command line