Mount ufs in ZFS system


 
Thread Tools Search this Thread
Operating Systems Solaris Mount ufs in ZFS system
# 8  
Old 01-20-2012
i have done this change as well...both it doesnt show after reboot
# 9  
Old 01-20-2012
Can you post exact command that you use to mount that filesystem manually?
# 10  
Old 01-20-2012
san give ufs file system as when i type

fstype <device> it gives it as UFS...

Zpool status is mirror and online for all.

---------- Post updated at 11:25 AM ---------- Previous update was at 11:23 AM ----------

mount -F ufs /<san drive> /<mount point>

---------- Post updated at 11:26 AM ---------- Previous update was at 11:25 AM ----------

mount -F ufs /<san drive> /<mount point>
# 11  
Old 01-20-2012
@deljatt
it is hard to help if you don't do what you've been asked to do...

i don't think that is the command you used... that is how the command SHOULD be used.
Code:
mount -F ufs /<san drive> /<mount point>

and the output of:
Code:
zpool status

can not be:
Code:
Zpool status is mirror and online for all.

if you need help, please post the output you've been asked for or i will close this thread!
# 12  
Old 01-20-2012
Code:
# zpool status
  pool: mpool
 state: ONLINE
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        rpool         ONLINE       0     0     0
          mirror-0    ONLINE       0     0     0
            c1t0d0s0  ONLINE       0     0     0
            c1t1d0s0  ONLINE       0     0     0

errors: No known data errors

  pool: mpool1
 state: ONLINE
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        mpool1         ONLINE       0     0     0
          mirror-0    ONLINE       0     0     0
            c1t0d0s7  ONLINE       0     0     0
            c1t1d0s7  ONLINE       0     0     0

errors: No known data errors

# 13  
Old 01-20-2012
Deljatt, can you explain with more details what is "removed from the system" and how do you put it back ?

The zpool status output is correct and there is no evidence of any SAN there.

Also, post
Code:
zfs list

output.
# 14  
Old 01-20-2012
do i need to create zpool for that ?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

2. Solaris

Broken system disk - mount a zfs backup fs

I have installed Solaris 11 Express on my machine. I have made a script which would take snapshots of all the rpool filesystems every day and send them to a (local) hard drive. There is a zpool on that drive called backup. Now in case of a system failure, I will act according to a manual on the... (1 Reply)
Discussion started by: RychnD
1 Replies

3. Solaris

Convert root UFS to ZFS on x86 solaris 10/09

Hello All, Good Morning, We are trying to convert the UFS root in to ZFS. Am getting below error. Any one help me out on this ? bash-3.00# zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT guru 5.95G 483M 5.48G 7% ONLINE - bash-3.00# zpool create rpool c2t10d0p0... (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

4. Solaris

Allocating space to ufs /usr by using ZFS in solaris

Hi, Im currently having my diskspace allocation of my UFS filesystem in solris as 100% for /usr directory.I have created a zfs pool of 3 gb.I want to allocate space from my zfs pool to /usr so that i can free space in /usr.Please help me it is quiet urgent. (6 Replies)
Discussion started by: navjotmannan
6 Replies

5. Solaris

Installing ZFS on an existing Solaris 10 install (UFS)

Hello, I am new to Solaris so i apologize upfront if my questions seem trivial. I am trying to install a ZFS file system on a Solaris 10 machine with UFS already installed on it. I want to run: # zpool create pool_zfs c0t0d0 then: # zfs create pool_zfs/fs My question is more to... (3 Replies)
Discussion started by: mcdef
3 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. BSD

ZFS / UFS / Soft Updates / GJurnal / Bonnie Performance

I have done some tests with UFS/ZFS under bonnie benchmark. here are the results if you are interested. software: OS: FreeBSD 7-CURRENT 200708 snapshot benchmark: bonnie -s 2048 CFLAGS: -O2 -fno-strict-aliasing -pipe -s CPUTYPE: athlon-mp scheduler: ULE hardware: CPU: (single) Athlon... (0 Replies)
Discussion started by: vermaden
0 Replies
Login or Register to Ask a Question