{"id":12765,"date":"2022-10-22T11:29:14","date_gmt":"2022-10-22T15:29:14","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=12765"},"modified":"2022-10-22T11:29:19","modified_gmt":"2022-10-22T15:29:19","slug":"how-to-mount-an-external-drive-on-ubuntu-22-04-server","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/","title":{"rendered":"How to Mount an External Drive on Ubuntu 22.04 Server"},"content":{"rendered":"\n

These instructions work for any USB storage device such as SSDs, HDDs, and thumb drives among others. To find the correct external drive on Ubuntu 22.04 or Debian<\/a> based Linux systems. look at the result of sudo fdisk -l<\/code>.<\/p>\n\n\n\n

$ sudo fdisk -l <\/code><\/pre>\n\n\n\n

This is optional but recommended since in some cases the system might be using \/media<\/code> in some other process and that might not allow you to unmount the disk easily.<\/p>\n\n\n\n

$ sudo mkdir \/media\/mydisk<\/code><\/pre>\n\n\n\n

Now go ahead and mount it with the command below. Here we assume your disk is using NTFS filesystem.<\/p>\n\n\n\n

$ sudo mount -t ntfs \/dev\/sdb1 \/media\/mydisk<\/code><\/pre>\n\n\n\n

Access your external drive on Ubuntu 22.04 using the command-line below or navigate to the drive using the default Ubuntu GUI file browser.<\/p>\n\n\n\n

$ cd \/media\/mydisk<\/code><\/pre>\n\n\n\n

In Conclusion<\/h2>\n\n\n\n

In most cases on the Ubuntu 22.04 Desktop the disk would normally be plug and play but the above instruction will come in handy should it not be mounted automatically by the system.<\/p>\n","protected":false},"excerpt":{"rendered":"

These instructions work for any USB storage device such as SSDs, HDDs, and thumb drives among others. To find the correct external drive on Ubuntu 22.04 or Debian based Linux…<\/p>\n","protected":false},"author":1,"featured_media":12766,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,16],"tags":[183,193,354,433,573,598],"yoast_head":"\nHow to Mount an External Drive on Ubuntu 22.04 Server<\/title>\n<meta name=\"description\" content=\"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Mount an External Drive on Ubuntu 22.04 Server\" \/>\n<meta property=\"og:description\" content=\"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-22T15:29:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-22T15:29:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Mount an External Drive on Ubuntu 22.04 Server\",\"datePublished\":\"2022-10-22T15:29:14+00:00\",\"dateModified\":\"2022-10-22T15:29:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\"},\"wordCount\":148,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg\",\"keywords\":[\"Debian\",\"DevOps\",\"Linux\",\"Optimization\",\"Systems Administration\",\"Ubuntu\"],\"articleSection\":[\"Articles\",\"Guides\",\"How To\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\",\"url\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\",\"name\":\"How to Mount an External Drive on Ubuntu 22.04 Server\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg\",\"datePublished\":\"2022-10-22T15:29:14+00:00\",\"dateModified\":\"2022-10-22T15:29:19+00:00\",\"description\":\"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg\",\"width\":1280,\"height\":680,\"caption\":\"Mount an External Drive on Ubuntu 22.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Mount an External Drive on Ubuntu 22.04 Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Mount an External Drive on Ubuntu 22.04 Server","description":"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Mount an External Drive on Ubuntu 22.04 Server","og_description":"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.","og_url":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2022-10-22T15:29:14+00:00","article_modified_time":"2022-10-22T15:29:19+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Mount an External Drive on Ubuntu 22.04 Server","datePublished":"2022-10-22T15:29:14+00:00","dateModified":"2022-10-22T15:29:19+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/"},"wordCount":148,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg","keywords":["Debian","DevOps","Linux","Optimization","Systems Administration","Ubuntu"],"articleSection":["Articles","Guides","How To","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/","url":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/","name":"How to Mount an External Drive on Ubuntu 22.04 Server","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg","datePublished":"2022-10-22T15:29:14+00:00","dateModified":"2022-10-22T15:29:19+00:00","description":"Use these instructions if you want to mount an external drive on Ubuntu 22.04 systems be an SSD, HDD, or other USB storage drive.","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2022\/10\/Mount-an-External-Drive-on-Ubuntu-22.04.jpg","width":1280,"height":680,"caption":"Mount an External Drive on Ubuntu 22.04"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/how-to-mount-an-external-drive-on-ubuntu-22-04-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Mount an External Drive on Ubuntu 22.04 Server"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/12765"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=12765"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/12765\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/12766"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=12765"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=12765"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=12765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}