LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting hds (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-hds-314787/)

wuya 04-19-2005 03:23 AM

mounting hds
 
I cannot get my hdc to mount. Can someone please help me?

Code:

wuyagen mnt # mount /dev/hdc1 /mnt/hdc
mount: unknown filesystem type 'ext3'


eagle87 04-19-2005 07:14 AM

Have you tried specifying the filesystem? mount -t ext3 for example, or is hdc an ext3 device and you can't mount it? Then problably ext3 isn't included in your kernel config.

basileus 04-20-2005 05:25 AM

Seems that ext3 support is missing. Try if this works:

mount -t ext3 /dev/hdc1 /mnt/hdc

if it doesn't, substitute ext3 with a ext2. It might work, though I'm not sure.


All times are GMT -5. The time now is 08:57 AM.