Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 11688  / 3 Years ago, wed, june 30, 2021, 5:16:52

I tried this command on my Linux Ubuntu prompt in Amazon Web Services



sudo file /dev/xvda1


and the output is



/dev/xvda1: block special 


What is the meaning of block special in the output?


More From » filesystem

 Answers
1

Most of the things you find below /dev are either "block special" or "character special" things, and you rather to not change them manually. Your example shows a disk drive partition provided by Xen (what on a "normal, nonvirtual machine" would be /dev/sda1).



For more details on this special device, please see What is the “/dev/ xvda1 ” device?



For more details on what devices, and especially block devices are, you may consult Device file - Wikipedia, the free encyclopedia.


[#36660] Thursday, July 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sharall

Total Points: 407
Total Questions: 127
Total Answers: 121

Location: Saint Helena
Member since Fri, Mar 26, 2021
3 Years ago
;