[EMAIL PROTECTED] wrote:
On Thu, 7 Apr 2005, smertz wrote:




mount /dev/sdc1 /mnt/thumb


Trying this gives me the error
mount: special device /dev/sdsc1 does not exist

^^^^^^^

Same error message below [EMAIL PROTECTED] ~]# mount /dev/sdc /mnt/thumb mount: special device /dev/sdc does not exist [EMAIL PROTECTED] ~]# mount /dev/sdc1 /mnt/thumb mount: special device /dev/sdc1 does not exist [EMAIL PROTECTED] ~]#

should be sdc1
Also you could try with
mount /dev/sdc /mnt/thumb

maybe you don't have sdc1 or sdc in your /dev/ directory.
there should be a script called MAKEDEV in /dev/ directory which can create those devices for you

There seems to be no man pages on MAKEDEV is the syntax just MAKEDEV sdc

I did that and it made a lot of files that started with sdc,sdc1 to sdc100 etc. They disappered when I rebooted however. Is this normal



-- ?


- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs


- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to