mount

How to mount remote windows partition / windows share under Linux ?

NAME mount.cifs – mount using the Common Internet File System (CIFS) SYNOPSIS mount.cifs {service} {mount-point} [-ooptions] DESCRIPTION This tool is part of the samba(7) suite. mount.cifs  mounts  a Linux CIFS filesystem. It is usually invoked indirectly by the mount(8) command when using the “-t cifs” option. This command only works in Linux, and the kernel …

How to mount remote windows partition / windows share under Linux ? Read More »

mount: 0506-322 Cannot determine log device to use for /dev/fslv

# mount /dev/fslv00 /test mount: 0506-322 Cannot determine log device to use for /dev/fslv00 (/test). Solution : Just create another logical volume in datavg vg with a size of one (1) PP. # mklv -t jfs2log -y <yournewloglv>datavg vg 1 # logform /dev/<yournewloglv> Any filesystem that is created in datavg vg after this step will …

mount: 0506-322 Cannot determine log device to use for /dev/fslv Read More »

Scroll to Top