Re: problem mounting /dev/hdaX
Stephen Brown <[email protected]> Tue, 21 Jan 2003 10:40:25 -0500 (EST)
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Jan 2003, Lloyd, Brett Y. wrote: > mount /dev/hdaX /mnt I get the error that the file system is not found in > fstab or in mtab. What does one have to do to get your systems file systems > to mount? It should be simple yes? use `mount -t <fstype> /dev/hdaX /mnt` unless there is an entry in /etc/fstab telling mount what fstype to try, you need to tell it explicitly. Steve Brown [email protected]