im fairly new to linux, i have installed kubuntu onto a 40gb partition and have roughly 260gb unused space, how can i partition this so i can use it
Announcement
Collapse
No announcement yet.
partition unused hard disk space from desktop
Collapse
This topic is closed.
X
X
-
Re: partition unused hard disk space from desktop
No need for any further partitioning, unless there are more requirements than just "using it".
You will need to automatically "mount" it at boot time. That means (a) make a mount point, and (b) edit your /etc/fstab file to mount it upon booting the system.
I don't know how much of this subject you already know, so I'm not going to attempt to step you through it in detail. You do (a) with this command:
Code:sudo mkdir /media/DATA
Code:sudo fdisk -lu
Code:sudo blkid
Alt-F2 kdesudo kate
and then opening /etc/fstab and adding a line that looks something like this:
UUID=e4a45430-1c4a-4432-91db-265cfe7dd645 /media/DATA ext3 auto,users,rw,exec,noatime 0 2
Hope this helps.
- Top
- Bottom
-
Re: partition unused hard disk space from desktop
Originally posted by andymiller6891im fairly new to linux, i have installed kubuntu onto a 40gb partition and have roughly 260gb unused space, how can i partition this so i can use it
if it's unused space.......use it.......and like dibl sead if you want it auto mounted at boot.
if it's unalocated........no partition or file system............ get gparted and fix that.
Code:sudo apt-get install gparted
i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
Comment