Tags: mounting

Solaris: Mounting Directories via NFS

Solaris Send feedback »
To mount directories via NFS from the host on which the central instance runs, log on as user root and proceed as follows:On the host on which the main instance runs:1. Enter the command:/usr/sbin/share2. Edit the file /etc/dfs/dfstab to add file systems… more »

Linux: Exporting Directories via NFS

Linux 1 feedback »
To export directories via NFS, perform the following steps (the following assumes that the central instance host is the NFS server):1. Log on as user root to the NFS server.2. Make sure that your host is configured as NFS server by making sure that the o… more »

How do I expand / resize an ext3 file system in linux

Linux Send feedback »
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first. (The system used for this example is running Red Hat Enterprise L… more »

Linux: How to Mounting a CD-ROM / DVD

Linux Send feedback »
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the first CD-ROM device with the command:mount -t iso9660 -r <device> <CD-mountdir>w… more »

Compaq Tru64 UNIX: Mounting a CD-ROM

Technology Send feedback »
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the CD-ROM with the command:mount -dr -t cdfs /dev/rz<n>c <CD-mountdir><n> is… more »