Tagged Questions

2
votes
6answers
375 views

osx ‘mount’ local directory

is it possible to mount a local directory into another one. Using perfoce I want to do something equivalent to symlinking a directory, but in a way that fools it into thinking it' …
3
votes
2answers
67 views

Difference between statvfs() and statfs() system calls?

Why do the statfs() and statvfs() calls both exist when they're so similar? Under what circumstances would I prefer one over the other?
0
votes
1answer
107 views

How can I mount an ISO file on Windows 7 to install software that reboots during install?

I have Windows 7. I downloaded the Visual Studio Express 2010 beta ISO file. In installed Virtual Clone Drive and mounted the above ISO file as a drive. I installed from that dr …
1
vote
1answer
85 views

How to register FUSE filesystem type with mount(8) and fstab?

I've written a small FUSE-based filesystem and now the only part's missing is that I want to register it with fstab(5) to auto-mount it on system startup and/or manually mount it w …
0
votes
1answer
43 views

Ruby code on NFS mount, using another file on same mount causes problems.

I'm working on an embedded system whoose details are explained at the end of this post. Tools are ruby on linux. I put my ruby code on a remote NAS device on network and mount it …
0
votes
0answers
73 views

How do I mount sub-directory to a hard drive in Linux? [closed]

Hello, Let us assume that I have two hard drives (A,B) and have the following directories: /var/www /var/www/upload Currently if I upload a file to /var/www OR /var/www/upload …
1
vote
1answer
96 views

loopback mounting individual partitions from within a file that contains a partition table on linux

Is there any new/better way of loopback mounting individual partitions from within a file that contains a partition table on linux? I see the following but they are somewhat dated …
0
votes
0answers
22 views

Get information about afp mountpoint in script

I have a couple of macs where the mnthome command does not return the servername/IP in the "Host DNS name:" line. Two questions: Is there any other scriptable way to get the ser …
1
vote
2answers
192 views

Bash Script - umount a device, but don’t fail if it’s not mounted?

I'm writing a bash script and I have errexit set, so that the script will die if any command doesn't return a 0 exit code, i.e. if any command doesn't complete successfully. This i …
0
votes
1answer
293 views

mount not working properly on Cygwin

I have WinXP box and Cygwin installed on it. There are many network drive mapped on windows. when I execute mount command on windows (which uses the same mount executable as Cygwin …
0
votes
1answer
41 views

Mount notifications on Solaris - as normal user (not root)

Does anyone know of a good (i.e. efficient) way of getting notifications of filesystem mounts/unmounts and/or new/removed devices in Solaris (10), without requiring root? I'm try …
0
votes
0answers
41 views

Mounting Problem [closed]

Hi, When I ran this command mount -t cifs //192.168.10.1/ycw /mnt -o rw,user=testuser,password=testpass I got mount error 112 "Host is Down" when tried to do directory mount fro …
0
votes
0answers
99 views

Mounting encrypted drive/partition on Linux [closed]

I have a Laptop, on which the OS has got corrupted and gives a system32\config not found error. To recover my data, I can boot it using Knoppix but I am not able to mount my parti …
0
votes
2answers
268 views

Using a bash script on a Mac to connect to network shares?

I'm using a Mac at work and would like some network shares mounting when i start the computer. Can i use a bash script (or similar) to connect and mount these shares? The shares ar …
0
votes
2answers
528 views

Python: Get Mount Point on Windows or Linux

I need a function to determine if a directory is a mount point for a drive. I found this code already which works well for linux: def getmount(path): path = os.path.abspath(path …

1 2 3 next
15 30 50 per page