mounting a second drive

Wade Smart wadesmart at gmail.com
Wed Feb 6 22:04:43 UTC 2008


Ok. Now Im getting it. Thanks for the help.

Wade

On Feb 6, 2008 3:20 PM, Gerald Dachs <ubuntu at dachsweb.de> wrote:
> 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
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list