View Single Post
  #6   (View Single Post)  
Old 11th May 2008
topche's Avatar
topche topche is offline
Real Name: Tosho
New User
 
Join Date: May 2008
Location: Sofia,Bulgaria
Posts: 4
Default

Quote:
Originally Posted by ephemera View Post
what the o/p of:

# tunefs -p ad1s1
Code:
tunefs -p ad1s1
tunefs: ACLs: (-a)                                         disabled
tunefs: MAC multilabel: (-l)                               disabled
tunefs: soft updates: (-n)                                 disabled
tunefs: gjournal: (-J)                                     disabled
tunefs: maximum blocks per file in a cylinder group: (-e)  2048
tunefs: average file size: (-f)                            16384
tunefs: average number of files in a directory: (-s)       64
tunefs: minimum percentage of free space: (-m)             8%
tunefs: optimization preference: (-o)                      time
tunefs: volume label: (-L)
i try to change in my fstab c flag to d and result was the same.

Code:
[root@server ~]# uptime
 8:12AM  up 2 mins, 1 user, load averages: 0.17, 0.23, 0.11
[root@server ~]# mount
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
[root@server ~]# cat /etc/fstab
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad0s2              none            swap    rw              0       0
/dev/ad0s1a             /                       ufs             rw                      1       1
/dev/ad0s3d             /second         ufs     rw                      2       2
/dev/ad1s1              /maxtor         ufs     rw                      2       2
/dev/cd0                /cdrom          cd9660  ro,noauto       0       0
i have another BSD servers and there is not problems like this ?
Is it possible to be this problem because i add second disk (ad1) and make second slice (ad0s3) after i finish installation ?? I mean when i make installation i create just ad0s1 (/ partition).When i had full working BSD I create and make file system for other slices .....
__________________
TANSTAAFL : "There Ain't No Such Thing As A Free Lunch"
Reply With Quote