Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 22:46:12 +0000
From:      Mark Ovens <marko@uk.radan.com>
To:        root@isis.dynip.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: how to mount extended partition on second HD
Message-ID:  <369BD0B4.8DE714AD@uk.radan.com>
References:  <199901122024.XAA59943@access2_5.kuniv.edu.kw>

next in thread | previous in thread | raw e-mail | index | archive | help


root@isis.dynip.com wrote:
> 
> Here is my fstab
> 
> # Device                Mountpoint      FStype  Options                         Dump    Pass#
> /dev/wd0s1b             none            swap    sw                              0       0
> /dev/wd0s1a             /               ufs     rw,userquota,groupquota         1       1
> /dev/wd0s1f             /usr            ufs     rw,userquota,groupquota         1       1
> /dev/wd0s1e             /var            ufs     rw,userquota,groupquota         1       1
> proc                    /proc           procfs  rw                              0       0
> /dev/acd0c              /mnt/cdrom      cd9660  ro                              0       0
> /dev/fd0.1440           /mnt/drv_a      ufs     rw,noauto                       0       0
> /dev/fd1.1200           /mnt/drv_b      msdos   rw,noauto                       0       0
> /dev/wd1s1              /mnt/drv_c      msdos   ro                              0       0
> 
> My 1st HD (wd0) is dangerously comiited disk
> 
> I have another filesystem (extended partition on the second HD)
> in msdos harddisk (wd1)
> 
> Cant't find the proper device to mount it, please help.
> I have a /mnt/drv_d as the planned mount point
> 

Extended partitions start at slice 5, irrespective of the number of
slices before it on the disk. Try wd1s5 (you'll probably have to make
the device nodes in /dev). sd0s5 worked for me mounting my (extended)
NTFS slice.

HTH

> Thanks in advance
> --
> - MAY THE FORCE BE WITH YOU.                                ~o  .^.
> ----------------------------                          ___   o~ .00 )
> Static Email   : osiris2002@yahoo.com                   /|   o~ /)(
> Bouncing Email : root@isis.dynip.com                   / |       | \
> Web Site       : http://isis.dynip.com:80 (Frames) ___/  |      /   \
> Anon FTP Site  : ftp://isis.dynip.com:21 (anonymous)  |  /''___/ /   |
> Gopher Site    : gopher://isis.dynip.com:70           | /'''/___/    |
> Network News   : isis.dynip.com (Read, Post, Xfer)  __|/'''/
> Mailing Lists  : majordomo@isis.dynip.com (public)
> pgp key        : finger root@isis.dynip.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?369BD0B4.8DE714AD>