mounting a second drive

Gerald Dachs ubuntu at dachsweb.de
Wed Feb 6 21:20:53 UTC 2008


Am Wed, 6 Feb 2008 15:01:57 -0600
schrieb "Wade Smart" <wadesmart at gmail.com>:

> wadesmart at wadesmart:~$ sudo mount /dev/sdb1
> mount: can't find /dev/sdb in /etc/fstab or /etc/mtab
> 
> wadesmart at wadesmart~$ sudo mount /dev/sbd1
> mount: ~

The mount command is incomplete, it has to be:

it has to be 'sudo mount /dev/sdb1 <somedir>'
of course you have to exchange <somedir> to a directory you have created
somehow. The error message tells you that /dev/sdb1 can't be found
in /etc/fstab, so mount couldn't get <somedir> from there and you have
to name it explicit.

use 'man mount'

Gerald




More information about the ubuntu-users mailing list