Skip to main content

Thread: free space


how can make use of free space? have 35g available i'm not sure how use of it.
please see image.

thanks,
wayne
attached images attached images

you need mount use it. first, make new directory: (note: caps mean don't quote, figure out on own)

code:
sudo mkdir /mnt/directoryname
you need find out name of partition is. should in output of:

code:
sudo fdisk -l
look listing around size looking (30gb) , replace name of hd* below.

then, mount with:

code:
sudo mount /dev/hd* /mnt/directoryname
then access mount point (/mnt/directoryname).

hope helps!

note: temporary solution. if want make happen time on startup, it'll learn fstab. see link below:

https://help.ubuntu.com/community/fstab


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] free space


Ubuntu

Comments