Tags: mount
Aug
17
# 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 »
May
25
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 »
Sep
23
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 »
Jun
29
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 »
Recent comments