OpenSolaris UFS Question


 
Thread Tools Search this Thread
Operating Systems Solaris OpenSolaris UFS Question
# 1  
Old 07-28-2013
OpenSolaris UFS Question

Hi there,
Is it possible for OpenSolaris 2009 (or maybe Solaris 10) to work with the old AT&T Unix System V UFS file system? I recently install SysV, but I cant get files and programs to and from it. I would like to know if I could mount the Unix file system from Solaris, or format a floppy that I can use to transport files.
Any help is appreciated, Thanks.
# 2  
Old 07-28-2013
On what hardware did you installed System V ?
What precise release ?
# 3  
Old 07-28-2013
My hardware is a Compaq Deskpro EP Pentium 3. System V is installed on a 100MB hard drive. Solaris is installed on a 6 GB hard drive. It is a dual boot system.

The release is AT&T UNIX System V/386 Release 4.0 Version 2.1
# 4  
Old 07-28-2013
Well, Solaris was built from SVR4.0 so there is a good chance it could still read (and possibly write) its UFS.

However, one potential issue is the partition id which is unlikely to be the one expected by Solaris for x86.

What says:
Code:
fdisk -v -W - /dev/rdsk/cxdyp0 | tail -5

(replace x and y by the values matching your SVR4 disk).
# 5  
Old 07-28-2013
Heres what I got.

Code:
root@Admiral:~# fdisk -v -W - /dev/rdsk/c7d0p0 | tail -5
*

* Id    Act  Bhead  Bsect  Bcyl    Ehead  Esect  Ecyl    Rsect      Numsect
  99    128  0      2      0       9      34     883     1          300559    
  6     0    0      1      884     9      34     932     300560     16660

# 6  
Old 07-28-2013
Solaris expects the 99 id to be 131 or 191. You might try to clone your SVR4 disk and experiment by replacing that 99 by 131 then see if the two slices show up.

Are you sure your old box is using UFS and not S51K ?
# 7  
Old 07-28-2013
I am pretty sure I installed it with UFS, but not 100% sure. Even if it is S51K, I don't think there'd be a way to communicate with it, would there?
Quote:
You might try to clone your SVR4 disk and experiment by replacing that 99 by 131
If it were anyother day, I would probably be up for that, but I have experimented with Unix all summer, and every experiment so far has failed. Im not real sure if Im up for trying much more hard disk work. What is the process for cloning the disk?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 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. 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

3. Solaris

UFS filesystem mounted on 2 hosts question

I have two Unix (Solaris) hosts that are both attached to our SAN. They are both presented with the same luns. What I want to do is have the same UFS filesystem mounted on both hosts at the same time. What I am trying to accomplish is creating a zone that will reside on both hosts but only... (2 Replies)
Discussion started by: beaker457
2 Replies

4. 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

5. 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

6. 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

7. UNIX for Dummies Questions & Answers

solaris File system question ( UFS )

Hello all, I'm ufs file system, how can u use the same disk in another machine with the data in tact? to make it clear, I've an ufs FS in a mount point /file1 ( 8GB). now they decide to reintall the OS. After the reinstall, how can i get the same data as it is? will mounting the disk as /file1... (3 Replies)
Discussion started by: i2admin
3 Replies

8. 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