Solaris: Create a mount point

Home -> UNIX -> Solaris -> System administration

32636 views

From the computer of: rex (39 recipes)
Created: Aug 31, 2004


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Creating a mount point is a trivial yet poorly documented operation. This recipe describes creating a mount point appropriate for use with the mount command to mount a filesystem, cdrom, etc.

A mount point in Solaris is simply a directory. To create the mount point /mnt/cdrom, use the following command as superuser:

mkdir /mnt/cdrom


(Almost) any directory can be used as a mount point, even a directory containing files (although you won't be able to access those files when something is mounted to their directory). Superuser access is not required if your current user has write privileges to the directory in which the mount point will be created.

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  ZFS: Set or change the mount point of a filesystem
  Boot Solaris from CD-ROM to solve problems
  Create a local Solaris flash archive
  Solaris: Mount filesystem with UFS logging enabled
  Mount an ISO image on a Solaris filesystem with lofiadm
  Solaris: unmounting a filesystem with umount
  Mount an NFS share
  ZFS: Create a basic filesystem or pool using zpool
  creating a solaris 8 flash archive boot disk
  Safely change the Solaris superuser login shell

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.