Questions tagged [ufs]

18 questions
5
votes
5 answers

Is Apache stalled? /server-status shows over 240 requests like "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"

Some details: Webserver: Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e OS: FreeBSD 7.2-RELEASE This is a FreeBSD Jail. I believe I use the Apache 'prefork' MPM (I run the default for FreeBSD). I use the default values for MaxClients…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
2
votes
1 answer

Shrink FreeBSD root partition

I currently have a pfSense 2.3.2-RELEASE which was installed with too little RAM and, now I realized that the swap partition is too small (8GB) and I want to expand it. The problem is there's no free space to do that, so I need to shrink the UFS…
Maurício Mota
  • 199
  • 2
  • 9
2
votes
3 answers

Assign a drive letter to a Solaris disk in a Windows box

I need some way to map a UFS Solaris drive (ie, assign a drive letter to it) while it is in a Windows XP box. I've found utilities that will let me transfer files from a Solaris disk to a NTFS disk on the Windows box, but nothing that will let me…
Cat
2
votes
0 answers

Updating OpenBoot PROM on Sun Fire v440

After i have updated ALOM firmware on Sun Fire v440, i decided to update OpenBoot PROM, but when i try to load the patch using boot disk /flash-update-SunFire440 i get: SILO Fatal Error: Multiple loadable segments in your ELF image Program…
hraphrap
  • 237
  • 2
  • 16
2
votes
2 answers

Mounting Solaris UFS partition on Debian(with FreeBSD kernel)

I have some disks that were being used on a Solaris system. The disks are formatted as UFS. I attached them to a Debian system (with FreeBSD kernel. Debian/kFreeBSD), but I cannot mount them. $ mount -t ufs /dev/da2s1 /mnt/diska mount: /dev/da2s1 :…
hayalci
  • 3,611
  • 3
  • 25
  • 37
2
votes
2 answers

how to create ufs filesystem more than 2tb in solaris?

how to create ufs filesystem more than 2tb in solaris?
suresh
  • 231
  • 1
  • 3
  • 9
1
vote
0 answers

Exposing unexported filesystem mounted under ZFS volume as part of volumes NFS share

I have a ZFS Volume on my server I'm using as my network's NAS (called data/nas & part of the 'data' raidz zpool) and I am exposing this volume to my LAN via NFS using the ZFS attribute setting: sharenfs. This works great and has been extremely…
CRThaze
  • 151
  • 7
1
vote
1 answer

Restoring AIX ufsdump on another Unix system

I've previously tried to restore from an AIX mksysb image (question here). I managed to find another set of nightly AIX backups that look to have been made with ufsdump: # mt -t /dev/rmt/1h rew # dd if=/dev/rmt/1h of=./tapeThu3.out bs=512k 0+116608…
Stuart Brock
  • 115
  • 6
1
vote
3 answers

Cannot create, nor delete a file with certain filenames on UFS under Solaris 10

We're having a problem where on (random) occasion a particular file cannot be created, nor deleted. The file does not exist, any attempt to write to it (even as root at the console) results in a "Permission Denied" message. An automated process…
hometoast
  • 215
  • 1
  • 9
0
votes
1 answer

How to fix inode 2 on a FreeBSD ufs filesystem

My FreeBSD 11.1 system keeps panic-ing with this: kernel: panic: ufs_dirbad: /mnt: bad dir ino 2 at offset 0: mangled entry For such an error most forums suggest an older article…
mami
  • 111
  • 1
0
votes
1 answer

Ubuntu -> BSD bootdisk fails to format

I want to install pfSense via USB boot stick. I am attempting to follow the instructions here: https://doc.pfsense.org/index.php/Writing_Disk_Images#Linux.2Fother Unfortunately they're fairly vague, so I've had to fill in the gaps a little. I'm…
Reinderien
  • 202
  • 2
  • 13
0
votes
1 answer

FreeNAS ufs root fs bad, recover freenas-v1.db

I'm booting my FreeNAS from an USB stick. But it became bad and won't boot up. bad dir ino {X} at offset {X}: mangled entry I now attached the USB drive to a VM with FreeNAS to mount / or repair the fs on the stick with fsck. After running fsck -y…
s1lv3r
  • 1,155
  • 1
  • 14
  • 24
0
votes
1 answer

Increase size of multiple FreeBSD slices

I have a KVM virual machine running FreeBSD 9.1, with a typical one-partition layout with slices for swap, /, /tmp, /var, /usr. Now I need to upgrade that virtual server, beside others to a larger harddisk. I don't want to re-install the whole…
Matthias
  • 282
  • 3
  • 16
0
votes
1 answer

How to install a component on pfSense read-only file system?

I need to install a component to pfSense. But I can't create any files/folders as I get the message "Read-Only file system". Normally they are not supposed to be read-only, I'm running on a FreeBSD system. pfSense runs a UFS file system.
Angela
  • 107
  • 2
  • 6
0
votes
2 answers

Mount 'dd' backup via lofi

I've got a 9G backup from a dead Solaris machine (SS20) that I'm trying to mount via lofi in Solaris. It won't mount the entire image file and I'm not sure how to discover the partition layout so as to split it again with dd. Am I better off just…
Corey Cole
  • 101
  • 1
1
2