Storage management: Difference between revisions
Jump to navigation
Jump to search
→Mounting commands
imported>Sjwhitak (.) |
imported>Sjwhitak |
||
{{RootCmd|umount /mnt}}
If you plug in a USB and you want to access it, use <code>lsblk -f</code>, then <code>mount /dev/sdXN /mnt</code> or wherever you want the USB files. Then, <code>umount /mnt</code> to safely remove.
{{Note|If you're testing this on [https://www.virtualbox.org/ VirtualBox], your virtual drives have no format, so just run
{{RootCmd|mkfs.ext4 /dev/sdX}} for every drive and you can mount them.}}
== Bare-metal drives ==
|