As a newbie, one of the many things you should master in Linux is identification of devices attached to your system. It may be your computer’s hard disk, an external hard drive or removable media such USB drive or SD Memory card.
Using USB drives for file transfer is so common today, and for those (new Linux users) who prefer to use the command line, learning the different ways to identify a USB device name is very important, when you need to format it.
Suggested Read: 3 Ways to Delete All Files in a Directory
Linux identifies devices using special device files stored in
/dev
directory. Some of the files you will find in this directory include /dev/sda
or /dev/hda
which represents your first master drive, each partition will be represented by a number such as /dev/sda1
or /dev/hda1
for the first partition and so on.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
► Read more: http://adf.ly/1n5YQp
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
No comments:
Post a Comment