Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
thank you very much for a very clearly written tutorial. I especially appreciate the last three steps - testing our work.
codeHello there,
I have followed the steps and the mnt/data is working but it is not showing on Nautilus. How can I get the mount to show on the side bar of nautilus.
Did I skip something?
/etc/sftab
# Storage 1TB HHD
LABEL=Storage /mnt/data ext4 defaults 0 2
torres@dev:~$ sudo lsblk --fs
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 vfat 42DE-4804 /boot/efi
├─sda2 ext4 8de96336-ee2c-4fc3-ba2f-cb2a99c817b1 /
├─sda3 ext4 e237766a-f244-4d61-b68c-1201a7a7dc9d /var
├─sda4 swap 497f30ac-a580-45f8-860e-e32c638d6d5f [SWAP]
├─sda5 ext4 5d6dbd0f-ecd3-4d63-bb7f-eae838bad252 /tmp
└─sda6 ext4 1ba9f8ee-21d3-418a-a67f-118327fa4ab3 /home
sdb
└─sdb1 ext4 Storage 3d2fcde7-396a-4f1b-bb8c-b84c9ce9a0a0 /mnt/data
Thanks
Beautiful tutorial, very simple to follow and the perfect amount of detail. Used this to format drives on Raspbian on my RPI4.
Thank you for a simple to follow tutorial.
Consider adding this code to above tutorial so we can
copy and paste code to add more clarity.
Code is 97 characters.
Widest output was 155 characters thus on Ubuntu 22.04 press
Ctrl - to shrink the screen to fit more characters.
Code:
lsblk -ae7 -oType,name,size,fsavail,fsused,fsuse%,pttype,path,fstype,label,mountpoints,partlabel
Output:
TYPE NAME SIZE FSAVAIL FSUSED FSUSE% PTTYPE PATH FSTYPE LABEL MOUNTPOINTS PARTLABEL part ├─sdc1 128M gpt /dev/sdc1 Microsoft reserved partition
Note the above 2 tutorial commands work Ok:
echo “success” | sudo tee /mnt/data/test_file
cat /mnt/data/test_file
but there is stil a Permission problem.
On Ubuntu 22.04 the problem was
no access to drive
because i was unable to make a directory.
said differently
Can’t create new folder or paste anything in my second drive
https://askubuntu.com/questions/1224286/cant-create-new-folder-or-paste-anything-in-my-second-drive
How to fix Permission problem?
sudo nautilus
Other Locations >
Select drive that you wanna access >
Right click >
Properties >
Permission
There change the
Owner and
group to your username,
also check the Access it should be
“Create and delete files”