Oracle Solaris ZFS File System (MOSC)

MOSC Banner

Error message showing not able to mount all points

edited Sep 17, 2012 10:47PM in Oracle Solaris ZFS File System (MOSC) 4 commentsAnswered ✓
Create a ZFS file system for the package repository in the root pool:

# zfs create rpool/export/repoSolaris11

# zfs list

The atime property controls whether the access time for files is updated when the files are read.

Turning this property off avoids producing write traffic when reading files.

# zfs set atime=off rpool/export/repoSolaris11

 

Create the required pkg repository infrastructure so that you can copy the repository

 

# pkgrepo create /export/repoSolaris11

 

# cat sol-11-1111-repo-full.iso-a sol-11-1111-repo-full.iso-b > \

sol-11-1111-repo-full.iso

 

 

# mount -F hsfs /export/repoSolaris11/sol-11-1111-repo-full.iso /mnt

# ls /mnt

# df -k /mnt

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center