Sponsored Content
Operating Systems OS X (Apple) Mount a disk elsewhere /Volumes Post 302321764 by makrell66 on Tuesday 2nd of June 2009 05:25:23 AM
Old 06-02-2009
Quote:
Originally Posted by pludi
I know about mount/umount. I was just not sure if I could manipulate the fstab file without getting into any kind of trouble...
Since all disks/volumes automount on /Volumes.

- m66 -
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mount Second Disk

Anyone, I am trying to mount a second hard drive on a sunfire V120 w/solaris 5.8. I took this hard drive from another system because I deleted some files off that system and I want to mount it to another system so I can copy the file back onto the system. I really have no other means of... (2 Replies)
Discussion started by: dummy101
2 Replies

2. Filesystems, Disks and Memory

Problem replace disk with RAID-5 volumes

Good morning, I have a problem replacing a disk with raid-5 volumes. An hardware error was occurred from a disk c9t3 so all slices were in maintenace. Every slice is part of a raid-5 volume. Any replica is present. Following Volume manager manual for replacing a disk, I have: - phisically... (0 Replies)
Discussion started by: bonovox
0 Replies

3. Linux

one nfs mount point for many logical volumes

hi i am wondering if it is possible to use one nfs mount point for several logical volumes. i have a top level directory /imaging with data1 - data50 below it. each dataX directory is a logical volume configured through LVM. if i mount them separately on the client (i.e. 50 lines in fstab... (1 Reply)
Discussion started by: user23
1 Replies

4. AIX

how to allow Windows platform to access Unix based disk volumes

How to allow Windows platform to access Unix(AIX) based disk volumes? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

5. Shell Programming and Scripting

if (disk is mounted) unmount if (disk is unmounted) mount

Hey there, sorry if this is a bit too much of a noob question, trying to get to grips with a simple bash script - but i have done ZERO bash scripting. basically having worked out how to mount and unmount disks using: disktool -m *device* & disktool -e *device* - and looking at the result of... (2 Replies)
Discussion started by: hollister
2 Replies

6. Solaris

Cannot mount Veritas volumes after cluster patch.

I am working with a Sun StoredgeTek 6540 disk array connected to two Sun 490 servers. After taking one of the 490 nodes on the cluster down to single user mode I proceeded to install the latest cluster patch from Oracle. After the patch was completed the system rebooted, failed to rejoin the... (2 Replies)
Discussion started by: buggin
2 Replies

7. AIX

Discovery/Mount new disk

Hi all, i must add a new disk on a LPAR. I've done all the HMC and VIOS Procedure to create a virtual host with disk and assign it to lpar. I don't remember how i must do on the lpar to see this disk. (i use lvm not veritas). Thanks in advance and sorry for my english. Bye Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

8. Solaris

Please help me.how to mount another disk

So. My system have 2 solaris10 machine but system disk of machine 1 data crash.I bring the system disk of machine 1 install on machine2 for get data from disk machine1 but I can't mount disk. because msg is bash-3.00# mount /dev/dsk/c1t3d0s0 /mnt mount: /dev/dsk/c1t3d0s0 is not this fstype... (3 Replies)
Discussion started by: infjustice
3 Replies

9. Solaris

Mount /app on a new DISK

Hi folks, because of disk space problem my root is almost full..The root is mounted on rpool and i want to move /app on a new disk, is that possible without compromising any link?How can i do that? I use solaris 10 Thank you in advance, Matt ---------- Post updated at 04:36 PM... (8 Replies)
Discussion started by: mattpunk
8 Replies
umount.davfs(8) 						       1.4.6							   umount.davfs(8)

NAME
umount.davfs - Umount-helper to unmount a davfs2 file system SYNOPSIS
umount.davfs [-h | --help] [-V | --version] umount dir SYNOPSIS (root only) umount.davfs dir DESCRIPTION
umount.davfs is a umount helper program. It is called by the umount(8) command. Its purpose is to prevent the umount command from returning unless mount.davfs has synchronized all its cached files with the webdav server. dir is the mountpoint where the WebDAV resource is mounted on. It may be an absolute or relative path. While for local file systems umount(8) will only return when all cached data have been written to disk, this is not automatically true for a mounted davfs2 file system. With this umount helper the user can rely on the familiar behaviour of umount(8). To inform the operating system that the file system uses a network connection, you should always use the _netdev option, when mounting as davfs2 file system. Depending on the amount of data and the quality of the connection, unmounting a davfs2 file system may take some seconds up to some hours. If the mount.davfs daemon encountered serious errors, umount.davfs may return an error instead of unmounting the file system. In this case try umount -i. The -i option will prevent umount(8) from calling umount.davfs. OPTIONS
-V --version Output version. -h --help Print a help message. -f -l -n -r -v This options are ignored. They are only recognized for compatibility with umount(8). FILES
/var/run/mount.davfs PID-files of running umount.davfs processes are looked up here. BUGS
No known bugs. AUTHORS
This man page was written by Werner Baumann <werner.baumann@onlinehome.de>. DAVFS2 HOME http://savannah.nongnu.org/projects/davfs2 SEE ALSO
mount.davfs(8), umount(8), davfs2.conf(5), fstab(5) davfs2 2009-04-13 umount.davfs(8)
All times are GMT -4. The time now is 10:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy