I recently added a part to my system which should have taken the number 10.
First, sda10 didn't exist in /dev so I tryied to create it using mknod : mknod /dev/sda10 b 8 10
Now the device exist but I still can't mount the system : I get this error : "mount: mounting /dev/sda10 on /media/ failed: Invalid argument."
How can I use this new part ?
Edit : the device is available at /sys/dev/block/8:10 but doens't "link" to /dev/sda10. I guess the problem is at the udev level. But still I don't know how to fix it.