On Thu, Nov 20, 2014 at 6:36 PM, Ted Unangst <t...@tedunangst.com> wrote: > The block devices are mostly historic artifact. You usually want the > character device; the block device is almost exclusively for mount. > It's probably a mistake to try to use both at the same time. >
Thanks, therefore I can assume that raw and block device are the same thing, with no special menaning except for a syntactical one. I was not talking about using both at the same time, it does not make to me any sense to, for instance, do an fdisk and mount a disk at the same time, rather I was talking about having the two of them instead of a single one under /dev. Thanks, Luca