3
votes
2answers
48 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
64 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
64 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 …
1
vote
1answer
63 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 …
1
vote
2answers
176 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
0answers
69 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 …
0
votes
1answer
38 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
2answers
468 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 …
0
votes
2answers
246 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 …
2
votes
5answers
345 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' …
0
votes
5answers
225 views
Mounting and untar’ing a file in Java
Hello all,
I'm currently working on a web application that involves mounting a drive and extracting a tar.gz file, all in Java. Since the application runs in a linux environment, …
0
votes
1answer
247 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
0answers
258 views
automount android as usb mass storage [closed]
when connecting the android device to pc, it prompts to mount it as usb mass
storage. is there a way to force it to auto mount it?
0
votes
0answers
15 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 …
0
votes
0answers
87 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 …
