View Single Post
  #1   (View Single Post)  
Old 12th July 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default HELP Mount ERROR!!

Hi everyone,
I edited /etc/fstab and Freebsd gave me a mount error which prohibits me from mouning my harddisk with write option

Please take a look at what is wrong with my /etc/fstab
Code:
# Device                Mountpoint      FStype  Options         Dump    Pass#
# Device        Mountpoint              FStype  Options         Dump    Pass#
/dev/ad4s4b     none                    swap    sw              0       0
/dev/ad4s4a     /                       ufs     rw              1       1
/dev/ad4s4e     /tmp                    ufs     rw              2       2
/dev/ad4s4f     /usr                    ufs     rw              2       2
/dev/ad4s4d     /var                    ufs     rw              2       2
/dev/ad4s1c     /usr/mount/50gb         ufs     rw              2       2
/dev/ad4s2c     /usr/mount/350gb        ufs     rw              2       2
/dev/acd0       /cdrom                  cd9660  ro,noauto       0       0
FreeBSD complains that it can't mount /dev/ad4s1c and /dev/ad4s2c, which are ufs partitions

Code:
Disk name:      ad4                                    FDISK Partition Editor
DISK Geometry:  60801 cyls/255 heads/63 sectors = 976768065 sectors (476937MB)

Offset       Size(ST)        End     Name  PType       Desc  Subtype    Flags

         0         63         62        -     12     unused        0
        63   90188847   90188909    ad4s1      8    freebsd      165
  90188910  122865120  213054029    ad4s4      8    freebsd      165
 213054030  763714035  976768064    ad4s2      8    freebsd      165
 976768065       5103  976773167        -     12     unused        0
and this is my label editor
Code:
Disk: ad4       Partition name: ad4s1   Free: 90188847 blocks (44037MB)
Disk: ad4       Partition name: ad4s4   Free: 0 blocks (0MB)
Disk: ad4       Partition name: ad4s2   Free: 763714035 blocks (364GB)

Part      Mount          Size Newfs   Part      Mount          Size Newfs
----      -----          ---- -----   ----      -----          ---- -----
ad4s4a    <none>        512MB *
ad4s4b    swap         4046MB SWAP
ad4s4d    <none>       3047MB *
ad4s4e    <none>        512MB *
ad4s4f    <none>      51875MB *
thx
Reply With Quote