Difference between revisions of "Disk mounting"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering You just plugged in a new storage device (IDE disk drive or USB Flash or whatever) and now you need to know the device name so you can mount it. This will show yo...)
 
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
 +
[[Category:Disks_and_Filesystems]]
  
You just plugged in a new storage device (IDE disk drive or USB Flash or whatever) and now you need to know the device name so you can mount it. This will show you all the disks that Linux sees:
+
== Examples ==
  fdisk -l
+
 
 +
Say you just plugged in a new storage device (IDE disk drive or USB flash or whatever) and now you need to know the device name so you can mount it. This will list all the disks that Linux sees:
 +
 
 +
<pre>
 +
fdisk -l
 +
</pre>

Revision as of 14:06, 25 August 2008


Examples

Say you just plugged in a new storage device (IDE disk drive or USB flash or whatever) and now you need to know the device name so you can mount it. This will list all the disks that Linux sees:

fdisk -l