Re: mount: you must specify the filesystem type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 13 October 2003 09:50 am, diego.veiga@xxxxxxxxxxxxxx wrote:
> Hi all,
>

> mount /dev/hdb1 /app/hdc1/
> mount: you must specify the filesystem type
>

This only works if you have an entry in /etc/fstab for this partition.

Try:  mount -t ext2 /dev/hdb1 /app/hdc1


> Runing a fsck in the HD return this message:
> fsck /dev/hdb

This fails because you're trying to fsck the entire drive.  Instead, use: fsck 
/dev/hdb1

> Does someone could help me?
> Thanks,
>

HTH

Barry


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux