RedHat Linux Enterprise Recover Fstab Repair File System
Sometime we can misconfiguration when configurating the /etc/fstab, this is the way how to fix the fstab: Enter the Root password of the OS and it the “Repair filesystem” prompt appear.. We need to delete or change the misconfiguration line inside the /etc/fstab, it’s readonly file.. we need to : Repair filesystem # mount -w [...]
Solaris ZFS Snapshot (clone) to another host
About Solaris Snapshot : A snapshot is a read-only copy of a file system or volume. Snapshots can be created almost instantly, and they initially consume no additional disk space within the pool. However, as data within the active dataset changes, the snapshot consumes disk space by continuing to reference the old data, thus preventing the disk [...]
How to Install Samba / CIFS ZFS Sharing on Solaris 11
Samba / CIFS Sharing on Solaris 11 hostname: server1 username: user1 poolname: datapool1 mountpoint: /datapool1 share: servershare Install SMB server package : [root@server1 ~] pkg install service/file-system/smb or [root@server1 ~] pkg install SUNWsmbs Create the name of the share : [root@server1 ~] zfs set share=name=servershare,path=/datapool1,prot=smb datapool1 Turn on sharing using zfs : [root@server1 ~] [...]

Recent Comments