/bckupdrv how big?

wattst-dxuVLtCph9gsA/PxXw9srA at public.gmane.org wattst-dxuVLtCph9gsA/PxXw9srA at public.gmane.org
Tue Mar 14 17:54:08 UTC 2006


Quoting Chris Aitken <caitken-Bm8TULXj0r/3fQ9qLvQP4Q at public.gmane.org>:

> Tim Writer wrote:
>
> <snip>
> All of the following went better this time:
>
> >To try and solve it:
> >
> >    o   Unmount it
> >
> >    o   Clear the partition table
> >
> >        # dd if=/dev/zero of=/dev/hdb count=1
> >
> >    o   Install sfdisk
> >
> >    o   Put this in a script and execute it (the script)
> >
> >        #!/bin/sh
> >        sfdisk /dev/hdb <<EOF
> >        0,,L
> >        ;
> >        ;
> >        ;
> >        EOF
> >
> >    o   Make a file system on /dev/hdb1
> >
> >        # mke2fs -j /dev/hdb1
> >
> >
> However, I guess I'm not doing this propery:
>
> >    o   Mount it again
> >
> >
> [root at a800 pauline]# mount /dev/hdb1 /bckupdrv
> mount: mount point /bckupdrv does not exist
>
> Do I just mkdir /bckdrv then run [root at a800 pauline]# mount /dev/hdb1
> /bckupdrv again?
>
> Chris
>
> <snip>

Yes.  You will probably need to specify the type using -t ext2 at the end of the
command.

Tom Watts
wattst-dxuVLtCph9gsA/PxXw9srA at public.gmane.org

--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list