|
Can not find sdc1 and /dev takes a very long time to load
It was working just fine.
Now, when I boot, it takes a very long time to load /dev.
I used to be able to mount drive like this:
# mount /dev/sdc1 /mnt/usb
Now, I get this:
mount: you must specify the filesystem type
When I give the file type, I get the message that the system can not find sdc1.
# mount -t vfat /dev/sdc1 /mnt/usb
mount: special device /dev/sdc1 does not exist
But it used to find the special device with no problem.
|