I'm a Linux guy, but if I were not allowed to use /proc
, I would search the /dev
directory for an entry (i.e. filename) which has following stat
data:
st_mode
indicates that it is a block device (helper: stat.S_ISBLK
)
st_rdev
matches the given st_dev
value
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…