7
votes
13answers
13k views
What is the best free ISO mounting software?
I download a lot of images from MSDN and they have an ISO mounting tool available for use but it's not very slick. I've heard of Daemon Tools but haven't tried it. Does anyone have anything they …
5
votes
6answers
958 views
Linux: Which process is causing “device busy” when doing umount?
Linux: Which process is causing "device busy" when doing umount?
3
votes
2answers
88 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?
3
votes
6answers
434 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's really just …
3
votes
3answers
170 views
How do you retrieve the original location of a mounted path?
In C++, how can I retrieve the location of a mounted drive?
for example, if I have mounted drive s: to c:\temp (using subst in the command line)
"subst c:\temp s:"
how can I get "c:\temp" by passing …
2
votes
2answers
522 views
How can I mount a remote directory on my computer?
I have all my code and data on my computer at work. But often I work from home, so I ssh into the work computer, connect to my GNU screen session (which includes a text-based emacs) and start hacking, …
2
votes
3answers
288 views
Non-blocking mount in Linux
I use Linux's mount(2) function in a single-threaded process. But mounting of devices devices like CD-ROM may take a while (worst I've seen is 40 seconds!), as it will ponder a little, spin up the …
1
vote
1answer
130 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 with just mount …
1
vote
1answer
126 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
224 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 is to make sure that …
1
vote
2answers
56 views
How to mark a device in a way that can be retrived by HAL but does not require mounting or changing the label.
I'm trying to find a way to mark a USB flash device in a way that I can programmaticly test for without mounting it or changing the label.
Are there any properties I can modify about a device that …
1
vote
4answers
694 views
how to create loop in linux filesystem
how to create a loop in linux filesystem ? I want to break the directed acyclic graph(DAG) property of linux file system.. Is it possible?... I have seen this condition(loop in filesystem) once when I …
1
vote
2answers
517 views
How to detect NTFS mounted folders in C#?
Once upon a time I read how you detect programmatically for mounted NTFS folders (can cause cyclic recursion when searching through folders). Now i cannot find the link.. Does anyone know how to do …
1
vote
5answers
514 views
How to mount from command line like the Nautilus does?
On my Ubuntu linux box I can easily mount USB connected drives or CDROM clicking on devices icons that I can found on the Desktop.
For example if I click on a USB connected drive icon the following …
1
vote
2answers
244 views
Using Samba for random access without mounting the file system?
I am using a machine on which I do not have root access and would like to access files on a Samba server in random access mode. I know I can transfer the files in their entirety using smbclient but …
