I recently added an SSD (240 GB) to my laptop and installed Ubuntu on it.
Since my HDD (1 TB – not external) wasn't being used, I mounted it at /Disk.
Now I can't utilize the complete storage of the HDD.
P.S. I only want to use Ubuntu and don't plan on dual boot.
Can someone please suggest where I should mount the HDD so that I can use the entire 1 TB?
As shown below, the available space in /Disk is 925GB however I can't use all this space since I only have 24GB free in root.
aman@achieve:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 384M 2.1M 382M 1% /run
/dev/sdb2 219G 185G 24G 89% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/loop0 28M 28M 0 100% /snap/chromium-ffmpeg/28
/dev/loop3 64M 64M 0 100% /snap/core20/1623
/dev/loop1 128K 128K 0 100% /snap/bare/5
/dev/loop2 19M 19M 0 100% /snap/chromium-ffmpeg/30
/dev/loop7 62M 62M 0 100% /snap/core20/1611
/dev/loop5 56M 56M 0 100% /snap/core18/2560
/dev/loop8 71M 71M 0 100% /snap/core22/188
/dev/loop4 71M 71M 0 100% /snap/core22/275
/dev/loop6 56M 56M 0 100% /snap/core18/2566
/dev/loop9 347M 347M 0 100% /snap/gnome-3-38-2004/115
/dev/loop13 348M 348M 0 100% /snap/telegram-desktop/4208
/dev/loop18 175M 175M 0 100% /snap/opera/199
/dev/loop11 141M 141M 0 100% /snap/skype/226
/dev/loop10 46M 46M 0 100% /snap/snap-store/592
/dev/loop20 65M 65M 0 100% /snap/sublime-text/112
/dev/loop19 92M 92M 0 100% /snap/gtk-common-themes/1535
/dev/loop17 55M 55M 0 100% /snap/snap-store/558
/dev/loop12 174M 174M 0 100% /snap/opera/198
/dev/loop15 47M 47M 0 100% /snap/snapd/16292
/dev/loop16 165M 165M 0 100% /snap/gnome-3-28-1804/161
/dev/loop14 251M 251M 0 100% /snap/zoom-client/170
/dev/loop21 346M 346M 0 100% /snap/telegram-desktop/4116
/dev/loop24 66M 66M 0 100% /snap/gtk-common-themes/1519
/dev/loop23 48M 48M 0 100% /snap/snapd/16778
/dev/loop22 401M 401M 0 100% /snap/gnome-3-38-2004/112
/dev/loop26 147M 147M 0 100% /snap/qbittorrent-arnatious/86
/dev/loop25 296M 296M 0 100% /snap/vlc/2344
/dev/sdb1 511M 5.3M 506M 2% /boot/efi
/dev/sda1 932G 6.6G 925G 1% /Disk
tmpfs 384M 44K 384M 1% /run/user/1000
/home/Disk? What do you want to use it for? Just store whatever you want in/home/Diskif that's where you want to have it. Please edit your question and explain the problem in more detail.fdisk -l. Also, do you want this space specifically allocated to a single directory tree or should the entire disk be mounted as/home?