LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   special device /dev/hdb1 does not exist (https://www.linuxquestions.org/questions/fedora-35/special-device-dev-hdb1-does-not-exist-431408/)

tornado419 04-03-2006 01:52 PM

special device /dev/hdb1 does not exist
 
I have an NTFS partition on /dev/hdb1, and last friday I installed the NTFS module with yum and was able to run
Quote:

mount /dev/hdb1 /mnt/Windows/
. This let me browse the drive as root. Now (monday) I restarted my computer and when I run the same command get
Quote:

mount: special device /dev/hdb1 does not exist
. So i tried fdisk -l /dev/hdb and got
Quote:

/dev/hdb1 * 1 6493 39061856+ 7 HPFS/NTFS
So the partition is there but I don't have a /dev/hdb1. How do I figure out what went wrong? I'm also new to having Gnome mount drives, so where can I configure gnome so I don't have to mount my drive manualy and I can let users access the drive?

Acron_0248 04-03-2006 03:42 PM

You should add that disk to the fstab, read about the fstab to help you out


Bye

tornado419 04-03-2006 03:49 PM

Quote:

You should add that disk to the fstab...
How does this help if I don't have a /dev/hdb1?

I added it to fstab anyway and again got the same error when I tried to mount it (root# mount /mnt/Windows).
Quote:

mount: special device /dev/hdb1 does not exist

Acron_0248 04-03-2006 05:12 PM

Use makedev to re-create the device in dev section.

Maybe, there's a bug with the kernel-module-ntfs that you install, the solution to that would be to wait until is repaired


Bye


All times are GMT -5. The time now is 01:55 PM.