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
you need mount use it. first, make new directory: (note: caps mean don't quote, figure out on own)
you need find out name of partition is. should in output of:code:sudo mkdir /mnt/directoryname
look listing around size looking (30gb) , replace name of hd* below.code:sudo fdisk -l
then, mount with:
then access mount point (/mnt/directoryname).code:sudo mount /dev/hd* /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
Post a Comment