خرید بک لینک

I have a bootable USB Flash Drive created in windows.

When inserted under 16.04, udev (systemd-udevd I guess) creates /dev/sdc, but not /dev/sdc1.

Code:

# fdisk -l /dev/sdc
Disk /dev/sdc: 7,6 GiB, 8178892800 bytes, 15974400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0010ed50


Device     Boot Start      End  Sectors  Size Id Type
/dev/sdc1        2048 15974399 15972352  7,6G  7 HPFS/NTFS/exFAT
So, I created it with mknod

Code:

# mknod /dev/sdc1 b 8 33
# chown root:disk /dev/sdc1
# chmod ug+rw /dev/sdc1
Still it is not seen:

Code:

# mount /dev/sdc1 /mnt/other/
mount: /dev/sdc1 is not a valid block device
So maybe something deeper is missing from keel/module? Not just a udev fault.

-rsd

برچسب: نویسنده: استخدام کار تاريخ: چهارشنبه 9 تير 1395 ساعت: 21:14

صفحه بندی