Tags: mount

How do I mount fat32 in solaris?

Solaris Send feedback »
# mkdir /Windows # mount -F pcfs /dev/dsk/c0d0p0:c  /Windows Mount automatically during boot: You can make this mount automatically during boot by adding a line to the /etc/vfstab : /dev/dsk/c0d0p0:c  -  /Windows  pcfs  -  yes  - That "c" at the e… more »

Linux Setfacl and getfacl setup and mount file system with acl

Linux Send feedback »
Mount filesystem with acl option $ mount -o remount,acl /oracle $ mount /dev/mapper/VG0-LV1 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type u… more »

Solaris: Mounting a CD-ROM

Solaris Send feedback »
In the Solaris operating system, a layer of software manages CD-ROM and other media.This is the volume manager, which automates the interaction between you and your CDROMs.Do not use this volume manager to mount CD-ROMs needed for the installation, asthe… more »

How to mount CD / DVD in Aix

Aix Send feedback »
# mount -v cdrfs -o ro /dev/cd0 /mnt more »

Recovery with veritas, booting up outside vxvm

Welcome, Technology, Veritas Send feedback »
1. Boot from the network or from the CD-ROM. 2. Run fsck, then mount slice 0 from the primary boot disk onto /mnt 3. Restore the file(s) that need to be restored from your backup tape. 4. Use a vfstab that mounts underlying partitions directly… more »