Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> How to mount a newly formatted disk

Assuming /dev/sdb1 partition was earlier created with fdisk .. and is to be mounted on /disk2 # cd / # mkdir disk2 # mount /dev/sdb1 /disk2 or if need to specify filesystem type # mount -t ext2 /dev/sdb1 /disk2 to mount permanently at boot time, add into /etc/fstab /dev/sdb1 /disk2 ext2 defaults 1 2
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]