UFS benifits


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory UFS benifits
# 1  
Old 04-16-2004
UFS benifits

Hi,

Can anyone tell me the benifits of having UFS filesystem

Regards,
Raja
# 2  
Old 04-16-2004
# 3  
Old 04-16-2004
UFS1 is the native BSD filesystem. correct me if i am wrong, but i would think the filesystem choice dosnt make much of a difference, it really only matters depending on if you are doing something different with the disk. older DOS filesystems, like DOS6 only can have 8 characters for a filename. and then you have ext2 which was the default linux filesystem, names can be as long as you want, and generally keeps your data pretty well on large drives. now the general trend is to use reiserFS, reiserFS is probably the fastest filesystem for linux and is not prone to corrupting data when something goes wrong.

anyway, unless you have some type of specific reason for wanting to use a certain filesystem, use whatever most people use for your system. if your OS is linux, your best bet would be reiserfs, if you are using freebsd, UFS is mostly used. though i think os's like netbsd are using reiserfs or ext3 now.

im no expert on this so anyone who has more knowledge than me on the subject please correct any mistakes i may have made.
# 4  
Old 04-17-2004
The original unix filesystem, designed by Ken Thomson, did not support symbolic links. Filenames were limited to 14 characters.

And it did not control fragmentation. We had to periodically defragment our filesystems by copying them to tape and reloading back on a fresh filesystem. And on our 3B2, I had to unload a 25 MB disk to diskettes to defrag. This was not my favorite job.

It really was designed in an era of tiny (by today's standards) disks and it didn't scale up to larger disks (larger = about 100 MB or so). It was comparable to FAT-16 or something except that FAT-16 has an in-place defragmenter.

The BSD filesystem, designed by Kirk Mckusick, addressed all of those issues and it was a big step forward. It really took over very quickly.

Also it seemed to be more robust. It seems like we lost fewer filesystems with the BSD design...and not just because of the backup superblocks.

So, yes, I noticed a few differences. Smilie
# 5  
Old 04-19-2004
can I have UFS filesystem on linux. although I think it simulates UFS filesystem when squid is configured for squid cache directories. do let me know if i am wrong. as i am little bit confused about this.

how to verify which verson of UFS i am using on my system. is there any command to check this.

Thanks in advance
# 6  
Old 04-21-2004
Thanks guys this thread can be closed
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

UFS defragmentation

is there any other/better way to defragment the ufs slice instead of backup+restore? how to tell which slice needs defragmenting? (2 Replies)
Discussion started by: orange47
2 Replies

2. Boot Loaders

Does grub support ufs

hey, I've done a lot of searching on the internet and I can't seem to find anything that answers this question. All I'm finding are old post from 2005 where it didn't have support for it. So does grub currently have support for booting from a disk with the Unix file system? (4 Replies)
Discussion started by: neur0n
4 Replies

3. Solaris

ufs file system

I ;ve an application which has does not support zfs and i 've a 100Gb Lun with zfs on it , how to go back to ufs .. and use SVM for the same ? (2 Replies)
Discussion started by: fugitive
2 Replies

4. Solaris

Zones not in ufs

Hi All, I am installing Solaris Kernel Update Patch 2.1 When I am installing , An error message is saying that Non Global Zones is not mounted in ufs. I have two non global zones. When i see in the vfstab , the filesystem in vxfs. I dont know whether it will give any impact... (2 Replies)
Discussion started by: jegaraman
2 Replies

5. Solaris

Formatting disk to UFS

Hello all, I have a laptop with a FAT32 files system, and I want to convert to UFS (unix file system) to install Solaris 10. somebody knows the way to do that?:confused: Please help Thank you! (4 Replies)
Discussion started by: Geller
4 Replies

6. Solaris

Can you migrate UFS to ZFS ?

I have some UFS volumes (non root), that I would like to change into ZFS volumes. Is this possible ? I think the only method is to create a new zfs volume and copy the data accoss, this would take a long time for us. Is there a quicker way ? Regards (5 Replies)
Discussion started by: wjones
5 Replies

7. AIX

Ufs

Hi i have 2 know the full details of unix file systems. some one please help me (1 Reply)
Discussion started by: sathish2win
1 Replies

8. Solaris

UFS logging

I have a couple of servers where something weird is going on. When I run the command "mount | grep logging" I get something similair to this / on /dev/dsk/c0t0d0s0 read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=220000 But when I look at /etc/vfstab I dont... (6 Replies)
Discussion started by: csaunders
6 Replies

9. Solaris

UFS Version

Hi, Can anyone help me. I would like to know the ufs version on solaris 7 & 8. Also i would like to know is there any command to verify it. Regards, Raja (1 Reply)
Discussion started by: RajaRC
1 Replies

10. UNIX for Dummies Questions & Answers

UFS partition

Hi all, I have FreeBSD and Debian in my HD, the FreeBSD partition is very small and I'd like to change. I try to use partition magic but it does not work with UFS parition. Anyone know a good partition software? (1 Reply)
Discussion started by: SeVEn
1 Replies
Login or Register to Ask a Question