Linux Admin 101: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Finding External Disks= *How do you find an external USB disk? Type sudo fdisk -l I got the former disks, plus /dev/sdb1 =How to copy /home/marcin directory to /dev/sdb1 ?") |
(No difference)
|
Revision as of 03:04, 27 February 2016
Finding External Disks
- How do you find an external USB disk?
Type sudo fdisk -l
I got the former disks, plus /dev/sdb1
=How to copy /home/marcin directory to /dev/sdb1 ?