[LINUX] Changed partition mount point on Ubuntu

Perhaps I made a mistake during installation, the remaining storage was 6GB The area that should have been allocated to / home was wrong, so I changed the mount point to solve it.

procedure

  1. Check the mount point with Gparted

The partition that was supposed to be mounted in / home was mounted in / media / UUID

  1. Change the mount point

I changed the mount point by the following procedure

--Check fstab

cat /etc/fstab

--Check UUID with Gparted --Edit fstab

<file system> <mount point> <type> <options> <dump> <pass>

UUID=<UUID> /home ext4 default 0 0 
sudo mount -a

Recommended Posts

Changed partition mount point on Ubuntu
Mount S3 on Ubuntu with goofys
Mount and format Disk on Ubuntu on GCP.
Shebang on Ubuntu 20.04
Install TensorFlow on Ubuntu
Install PySide2 on Ubuntu
Install JModelica on Ubuntu
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Installing pyenv on ubuntu 16.04
Install Theano on Ubuntu 12.04
Install angr on Ubuntu 18.04
Install pip / pip3 on Ubuntu
Set up Python 3.4 on Ubuntu
I installed tensorRT on Ubuntu 18.04
Run Jupyter on Ubuntu on Windows
Use matplotlib on Ubuntu 12 & Python
SoftwareRAID 0 on SereneLinux (Ubuntu 18.04 Desktop)
I installed ROS on Ubuntu 18.04
USB Wifi on Ubuntu 20.04LTS
Set matplotlib font on ubuntu
Put Python 3.x on Ubuntu
Rebuild kernel on Ubuntu 20.04 (on Azure)
Operate ubuntu on VScode (windows10)
Create command shortcuts on Ubuntu 16.04
Install GoLand IDE on Ubuntu
Display GUI messages on Ubuntu
Install OpenCV on Ubuntu + python
wsl Install PostgreSQL on Ubuntu 18.04
Introducing TensorFlow on Ubuntu + Python 2.7
[ROS] Install ROS (melodic) on Ubuntu (18.04)
Install Caffe on Ubuntu 14.04 (GPU)
Install Docker on WSL Ubuntu 18.04