Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

copyfs-mount(1) [debian man page]

COPYFS-MOUNT(1) 						   User Commands						   COPYFS-MOUNT(1)

NAME
copyfs-mount - mounts a versioned file system SYNOPSIS
copyfs-mount version-directory mount-point DESCRIPTION
This script lets you mount a CopyFS file system. version-directory is the directory where the files and version information will be stored by CopyFS. When using CopyFS for the first time, copyfs-mount will create the required files in the version-directory before running copyfs-daemon. mount-point is the directory where the copyfs file system will be mounted. This is where the users will have access to the files. If you want to mount a CopyFS at '/mnt/fs', whose version directory is at /var/versions, you would use: root@host# copyfs-mount /var/versions /mnt/fs To unmount it, simply do: root@host# umount /mnt/fs As you would do for any other filesystem. You can also allow an ordinary non-root users to mount and unmount CopyFS filesystems provided that the user is added to the 'fuse' group. Ordinary users will be able unmount the filesystem, using the fusermount command: $ fusermount -u mount-point AUTHORS
CopyFS was created by Thomas Joubert and Nicolas Vigier <boklm@mars-attacks.org> LINKS
<http://n0x.org/copyfs/> CopyFS web site. <http://fuse.sourceforge.net/> FUSE - Filesystem in USErspace SEE ALSO
copyfs(1), copyfs-fversion(1), copyfs-daemon(1), fusermount(1) copyfs-mount May 2008 COPYFS-MOUNT(1)

Check Out this Related Man Page

FUSERMOUNT(8)						    BSD System Manager's Manual 					     FUSERMOUNT(8)

NAME
fusermount -- manage librefuse mount items SYNOPSIS
fusermount [-chpVx] [-d name] refuseoptions fusermount -u mountpoint(s) DESCRIPTION
The fusermount utility acts as a frontend to the refuse(3) library, allowing mounting and unmounting of refuse-based file systems. There are essentially two forms of the fusermount command. The first, and default option, is to mount a refuse-based file system. By using the -u argument, the file system can be unmounted. The arguments to fusermount are as follows: -c Set a flag to enable kernel caching of files. At present this option has no effect. -d name Make the name argument appear as the file system name in mount(8) and df(1) output. -h Print a usage message and exit. -p Check the file permissions. At present this option has no effect. -V Display the fusermount version on stdout, and then exit successfully. -x Allow mortal (non-root) users to access the file system. At present, this option has no effect. The fusermount utility is included mainly for compatibility reasons, since some file systems demand its existence. EXIT STATUS
fusermount returns 0 for successful operation, or non-zero if one of the operations did not complete successfully. EXAMPLES
The command fusermount -d ntfs-3g unused mount.ntfs-3g ntfs.img /mnt will mount the file ntfs.img on the directory /mnt. Please note the unused argument in the command, which is necessary for compatibility with other implementations of the fusermount command. SEE ALSO
df(1), puffs(3), refuse(3), mount(8) HISTORY
The fusermount utility first appeared in NetBSD 5.0. AUTHORS
The fusermount utility was written by Alistair Crooks <agc@NetBSD.org>. BSD
June 11, 2007 BSD
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to change \tmpdir directory or increase size?

Hi, We're stuck after the Unix admin left without prior notice. We have a web application running on mySQL. it seems that the \tmpdir for mySQL is mount to var\tmp directory which has only 60 MB of available disk space running any big query fails due to the size limitation I don't have... (13 Replies)
Discussion started by: ray
13 Replies

2. Shell Programming and Scripting

shell script to mount filesystem

Hi, Gurus: I need your help to finish a script that will mount two file systems automatically when saver is reboot or start. I am working on a new Sun Sparc machine with Solaris 9 on it. This box got two disk. disk one has been partitioned to hold Solaris OS. disk two has been partitioned as... (6 Replies)
Discussion started by: duke0001
6 Replies

3. UNIX for Advanced & Expert Users

mount points

hi, I believe a mount point does not have to be a physical disk, but rather a logical one? Is this correct? if so, how can I find out if my mount points are on different physical disks? thanks (9 Replies)
Discussion started by: JamesByars
9 Replies

4. AIX

Creating a new mount point

Hello, I have an AIX Oracle database server that I need to create a new filesystem/mount where I can create a new ORacle home to install 11g on. What are the needed steps to create this? There are mounts for Oracle 9i and 10g already. Thank you. - David (7 Replies)
Discussion started by: dkranes
7 Replies

5. Linux

Can not see /mnt

Hi, on Linux RED HAT when I issue df -k , I do not have a line with /mnt. I have already done mount -t /mnt but not yet ok. What shoule I do ? Thank you. # df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup_ID_8300-LogVol4 ... (7 Replies)
Discussion started by: big123456
7 Replies

6. UNIX for Dummies Questions & Answers

Read only files for all users

Here my problem. As a root i created a file, and added the content to the file. Now i want to make this file as read only file for all the user including root. Some how i need to protect this file from all users.I tried using the sticky bit. It works for directories. Do any one have idea how to... (8 Replies)
Discussion started by: k.ganesh
8 Replies

7. Shell Programming and Scripting

Find duplicate filenames and remove in different mount point

Hi Gurus, Do any kind souls encounter have the same script as mentioned here. Find and compare filenames in different mount point and remove duplicates. Thanks a million!!! wanna13e (7 Replies)
Discussion started by: wanna13e
7 Replies

8. Shell Programming and Scripting

bash script to copy files

hey everyone, new here i have arch setup and i am using smbnetfs to mount some windows shares in /mnt/smbnet what i want to do is copy files from my home dir to a dir in /mnt/smbnet but i also need it to remove files if i have deleted them from my home dir seems that cp would be the... (8 Replies)
Discussion started by: dodgefan67
8 Replies

9. Fedora

What is the right way to mount and umount a usb driver?

I have some questions: 1, I successfully mounted my usb drive with "sudo mount /dev/sdb1 /mnt", but I can't wirte, It says "read-only file system". But I can write it in windows. 2, After I umounted the usb drive the led of it still on, but not blinking. Is it safe to unplug it? How to let it's... (17 Replies)
Discussion started by: vistastar
17 Replies

10. Shell Programming and Scripting

Shell script to unmonitor the mounts in exception file

I am trying to write a shell script for monitoring the file system mount. command I am using will retrieve a output as shown below. /dev/fsv29 2% /apps/rj/pgl/bslSys I also need to add exception mounts in a file and I would like script to ignore the mount which I specify. If I add the... (6 Replies)
Discussion started by: chandu123
6 Replies

11. Red Hat

Mount problem in RHEL6

Hi Folks, I am trying to mount an AIX server in Linux 6, I am able to mount the path under the mount point of /mnt and also can view on df -h. But, under the /mnt there is no content ... its empty. (6 Replies)
Discussion started by: gsiva
6 Replies

12. AIX

Move directory

Hi All, please help me with the command for moving/copying one directory(including subdirectories) to one directory in another mount point in same server in AIX ... thanksss (7 Replies)
Discussion started by: Sanal
7 Replies

13. UNIX for Advanced & Expert Users

Space Issue

Hey Experts, I'm facing an issue related to space in the unix system. I have a mount point where 9.4 T is allocated. The entire mount point is filled and I can trace only for 6.7T but I could not located the rest of the space around 2T. I tried every single command to locate the file starting... (7 Replies)
Discussion started by: panknil
7 Replies

14. HP-UX

Any OpenVMS 8.4 Users available?

Any takers on a seeminly simple question? (8 Replies)
Discussion started by: mrmurdock
8 Replies

15. Red Hat

Need help with automount.. is not working!!

When i export the directory where the data really is, i can specify which hosts can mount it. On the remote server i create a mount point directory and then mount it to the source servers directory (that has the data). I need to run my script on Server X , i would login there and type in the... (11 Replies)
Discussion started by: bkilaru
11 Replies