0
votes
1answer
16 views
read and write permission for FAT32 partition in Ubuntu
This is a strange problem. I have the following partition table
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
…
0
votes
1answer
21 views
Is there a way to mount Android .img to access the AVD (Android Virtual Device) contents?
I feel a bit blind developing on an emulator for Android and not being able to see the file system on the AVD (.img).
Is there a way to mount it in Windows or Linux, so that I could at least see the …
0
votes
0answers
19 views
mounting minix filesystem on ubuntu [closed]
How can I mount a Minix filesystem in Ubuntu?
I'm trying to do
sudo mount -o loop,offset=1024 -t minix B30M biggy/
and I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
…
3
votes
2answers
77 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
112 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 drive, but upon the …
1
vote
1answer
109 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 …
0
votes
1answer
51 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 to the embedded …
0
votes
0answers
86 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 ; it will be saved …
1
vote
1answer
115 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
26 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 servername/IP of an AFP …
1
vote
2answers
207 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 …
0
votes
1answer
45 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 trying to avoid simply …
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 from Debian machine to …
0
votes
0answers
101 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 partition.
My partition …
0
votes
2answers
281 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 are from both Windows …
