mount is a command used to attach the file data structure of a device as a branch of the root tree.
1
vote
2answers
60 views
How do I get list of mounted filesystems
I need to parse table of mounted filesystems without using /proc/mounts since I'm parsing it to determine where proc file system is mounted. How can I do it?
I've googled it, but all answers was to ...
1
vote
0answers
21 views
Making checks before rsyncing external drive on OSX
I have the following issue on OSX though I guess this could equally be filed under bash. I have several encrypted portable drives that I use to sync an offsite data store or as an on-the-go data store ...
2
votes
0answers
46 views
mount -t ntfs-3g /dev/sda1 /mnt/crypto/ -oencryption=aes-256 [closed]
I am trying to dabble in some bash shell scripting and have a normal function I would like to automate, if possible. The scenario is as follows:
I have an external hard drive with aes 256 ...
-1
votes
2answers
23 views
Renamed /usr to /usr_old and got trapped [closed]
I was trying to move the /usr folder into a another disk partition to make space for partition where root (/) is mounted.
I was following the technique of moving /home and now I am trapped.
...
0
votes
0answers
21 views
Struggling with DiskArbitration
In my app I use DiskArbitration.framework to mount and unmount local drives.
The code to mount a volume looks like this:
CFAllocatorRef allocator = kCFAllocatorDefault;
DASessionRef ...
-1
votes
1answer
16 views
How to check where OS is installed [closed]
I'm using a server with 2 HDD's in RAID 1 and 1 SSD drive. I'd like to know if the OS is installed on the normal HDD's or on the SSD. How can I do that ? I'm running Cloudlinux.
Also, how can I find ...
0
votes
0answers
20 views
Local umount fails with device busy after successful nfs umount [closed]
I am curious to know if the following is a bug or expected behaviour.
I am running Linux 3.5.0-28.48 kernel. I exported a local filesystem (ext2 on /mnt2) and shared it over NFS (as /nfsmnt) as seen ...
0
votes
0answers
34 views
OSError: [Errno 38] Function not implemented and mount: permission denied
I want to run a script on a Planetlab node
in Planetlab nodes, many users share the same computer
and each user is allocated a slice
I have a root, but I think it is a limted root priviledge
for this ...
0
votes
0answers
28 views
Python is mounted hangs with stale mount. Suggestions?
I ran into a problem today where a mount went stale and this caused my entire python application to hang indefinitely.
What happened is the mount went stale, and then I called os.path.exists(path) ...
-1
votes
0answers
30 views
NFS vs SSH -YC - Which one is faster? [closed]
I frequently need to remotely run some programs installed on my server --like hspice or matlab. I used to mount the required nfs directories on my local machine (via etc/fstab). Recently, for some ...
3
votes
1answer
47 views
Get device name for a path or volume identifier
Okay, so I'm having to work within user quotas on a linux system, and need to be able to find out the device name (e.g - /dev/md2) for a given path so that I can lookup the correct quota for that ...
0
votes
0answers
26 views
android4.2.2, after erase SD card, could not create same name file any more until reboot
My English is very bad. I'll descript my question try my best.
android 4.2.2 :
Now a problem bothers me. when I do the following, the problem arises.
My operations are as follows:
Erase SD card -> ...
1
vote
1answer
71 views
How to edit/add a file in VMDK [closed]
I have a vmdk (with several partitions) file which I need to modify. It is not attached to any particular virtual machine.
I've tried using vmware-mount in linux which allows me to mount a ...
0
votes
0answers
185 views
Programmatically mounting USB storage on android 4.2.1
I've search and searched here, and no topics come close to answering the question.
Mounting and unmounting a USB stick from within a rooted APK. I've been successful in doing it from the command line ...
0
votes
0answers
10 views
re-mount two old disk from raid0 setup to recover data [migrated]
I had setup two 500gb disk in RAID0 on my server, but recently suffered a hard disk failure (saw a S.M.A.R.T error on the HDD at boot). My host has put 2 new disk in RAID-0 again (re-installed the OS) ...
0
votes
0answers
14 views
Linux, how to change HDD state from ReadOnly after temporarly crash? [migrated]
At this time no ansver for this problem.
Usually after some problems with readings or writings to block device, kernel decides to switch flag for WHOLE DEVICE as read-only. After this any writings to ...
1
vote
1answer
41 views
How to use Phone Modem with smstools3 on Ubuntu 12.04
Hi,
I have installed smstools3 on ubuntu and my smsd.conf have the following settings.
devices = GSM1
loglevel = 7
outgoing = /var/spool/sms/outgoing
failed = /var/spool/sms/failed
incoming = ...
0
votes
0answers
10 views
Mount VM's hard disk on Windows 7 machine? [migrated]
I have a VM setup on VMWare's Esx server, which I access via normal Putty or ssh (over normal LAN network, using VPN)
Is there a way to mount my VM's hard-disk directly on my Win 7 machine, so that I ...
0
votes
0answers
34 views
set up rsync cron job with stored password
I'm writing an "install" script that will create an rsync cron job on client machines to sync with our network disk. Because I'd like to automate this setup process as much as possible, I don't want ...
3
votes
1answer
25 views
Mountpoint from a filename - portable way
Want make a script (called getmpoint) what will return the mountpoint from ANY filename.
The 1st idea, like: parsing output form the df or parsing fstab is not as easy as seems, because for example:
...
1
vote
0answers
57 views
Mounted cloud drive(page blob) getting deleted
We have Azure PAAS service implementation.In that in each Instance we have 10 customer and each customer owns a mounted cloud drive(page blob) to store the some files.
This deployment is available for ...
0
votes
0answers
6 views
Mount without the need to display thumbnails
I have a file-system that I am trying to mount (based on fuse). My need dictates that no thumbnails be displayed for files and directories (when viewed by a file-browser sych as Nautilus etc.,) due to ...
0
votes
0answers
117 views
Java Exception when creating or writing files on mounted HDFS
Now I am working with a project that written using java,and I hava the need to use hdfs to storage the files it created.So I mounted HDFS to local filesystem,but I got some problerms using this ...
3
votes
0answers
68 views
Samba causes “mount: / is busy”
I am developing an application on Raspberry Pi. I am using samba to share my RAMDISK over network. Here below you can see my fstab:
proc /proc proc defaults 0 0
...
0
votes
0answers
58 views
How to boot VMware Player RHEL guest to ISO on Windows host OS
I have a Windows 7 host OS with VMware Player running a Red Hat Ent Linux guest. I also have a Fedora Live Desktop ISO file.
I want to boot the guest in VMware Player to the ISO. In VMware Player's ...
1
vote
1answer
17 views
Issue with chroot and bindfs
I am running into a special issue (maybe a bug) when using Bindfs and chroot. I have created a sample sandbox directory which contains nodejs and all of its dependencies so as to be able o run inside ...
0
votes
0answers
167 views
FUSE error: Transport endpoint is not connected
I'm working on a homework assignment trying to implement the FUSE filesystem. No matter what I do, I wind up back at this error:
cannot access MountDir: Transport endpoint is not connected
This ...
1
vote
2answers
95 views
Mount command failing on 10.7.5
I have a shell script that mounts an smb share. It works perfectly on all macs with every OS revision except 10.7.5
The offending command is simply:
mount -t smbfs -o nobrowse ...
0
votes
1answer
137 views
Android USB Storage missing
I have an odd problem with my rooted/CM10.1 Android phone.
I realized a problem with my storage a while ago. Until now I believed it would be a hardware defect. When booting my internal USB-Storage is ...
0
votes
1answer
81 views
Mount SMB share from a server with a space in its name [closed]
I'm trying to mount an SMB share on the terminal. I'm able do to that, if the server has no space in its name using this command:
$ mount -t smbfs //user:password@server/resource /Volumes/resource
...
4
votes
1answer
156 views
Whats faster? Copy via nfs-mount or via scp?
we have a network of several machines and we want to distribute a big directory (ca. 10 GB) to every box.
It is located on an nfs-server and is mounted on all machines, so first approach is to just ...
1
vote
2answers
41 views
How to get read write access of one drive of a linux server from another linux server
I have created one partition in linux server x.x.x.23 named /common. Now I want the drive from linux machines x.x.x.24 and x.x.x.25 with all the privilege. The /common drive will be available in both ...
0
votes
2answers
55 views
Detecting that a mount point has noexec set before calling exec() on a file?
My program calls exec() on a binary that has been written to a directory specified by the user. If the directory resides in a tree mounted with "noexec", the exec() fails with EACCES.
Instead of ...
1
vote
1answer
48 views
Azure Cent OS Unmounts my data Drive
I have a Cent OS VM instance running on Windows Azure. I have a 1TB data drive mounted to that VM to hold an application's database files. Every week or so at inconsistent intervals, my database ...
0
votes
1answer
65 views
how to list remote exported NFSv4 volumes?
with nfsv3,i can use showmount command to list the volumes.
NAME
showmount - show mount information for an NFS server
SYNOPSIS
/usr/sbin/showmount [ -adehv ] [ --all ] [ ...
0
votes
0answers
9 views
how to run a bash program on disk mount (on osx) [duplicate]
I'm working on a OS X machine and I would like to run a program every time a specific disk is mounted.
How should I schedule such a task? Any advice or help is appreciated. Thanks:)
-1
votes
1answer
80 views
Second hard-drive on Linux Ubuntu /dev/hdc1 formatting and mounting [closed]
i just added a new S-ATA 2TB to my linux machine. Now found as /dev/hdc1
How should it be formatted when i dont need any more booting partions or smaller ons?
Afterwards i want the data from ...
0
votes
1answer
208 views
PHP can't move (write) uploaded files to mounted network drive
Let me first say, I'm a developer, not a server admin...so bare with me
At work, we develop our PHP-based web applications by editing our working files in a shared, local directory on each of our ...
0
votes
3answers
152 views
Copying from mount share drive to local folder through script
This is my first time trying to work with Linux Scripts so this may be something obvious.
Here is what I am trying to do:
Remove all contents from local folder - rm /home/user/Documents/Exercise/
...
0
votes
0answers
33 views
Mount and vxfs error
I am trying to set up multipath and mount it, but it gives me an error. BEfore I booted the system, I could mount this just fine. What happened after a reboot and how do I fix it? Here is what I do.
...
0
votes
1answer
241 views
How to mount ext2 fs?
fdisk is used to create mmcblk0p3 on the 64G SD card.
Disk /dev/mmcblk0: 63.8 GB, 63864569856 bytes
255 heads, 63 sectors/track, 7764 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
...
0
votes
0answers
195 views
mount jffs2 filesystem from /etc/fstab with user permissions
My rootfs is squashfs and I am trying to mount three JFFS2 partition on my flash device. But I want to set permissions for those partitions/directories.
The requirement is /readerconfig is only ...
0
votes
1answer
124 views
How do I specify a label/path with spaces in /etc/fstab? [closed]
I am having trouble trying to get theh permissions for some of my external drives set up.
I believe the probem is due to how I am dealing with spaces in the text such that the commands can be ...
1
vote
1answer
103 views
Chown doesn't work on files in an external drive?
I first mounted an WD Elements drive by
sudo mount /dev/sdb1 /media/elements
Then, created a test file under the mounted drive by
touch test
And got
-rwxrwxrwx 1 zhijia zhijia 0 2013-03-09 ...
1
vote
0answers
110 views
Get Unix path from Mounted drive in batch
Just wanted to pass this along because it took me a couple days to figure this out. I'm not a batch guy, more of a unix guy but what I have is a build.bat that is run from a mounted unix drive and ...
0
votes
0answers
28 views
bind mount cannot write file
I mounted a directory by the command:
mount --bind original_location target_location
I can create a file manually into original_location's subfolder, but an application (same user group) cannot ...
3
votes
2answers
170 views
mount.exe not found when run from a Java Process
I'm trying to execute a mount command as a Java Process. The following is how I form the command:
List<String> command = new ArrayList<String>();
command.add("cmd.exe");
...
0
votes
1answer
31 views
Parsing files on a remote computer
I have two systems. Now I have some log files on one system that are being generated periodically ( like every hour ). Now I want to parse those files from another system.
One way is to copy the files ...
0
votes
0answers
136 views
Find and mount a USB drive with automount turned off
I have a USB device plugged into an Ubuntu 12.04 system.
Automount is turned off, for various reasons.
I'd like create a program to find and mount this device, preferably in the
boot process. I ...
2
votes
3answers
100 views
How to mount a filesystem.git directory during init?
I have a bootable ISO file containing a filesystem.git which in turn contains this structure:
dr-xr-xr-x 2 root root 2048 Mär 1 17:10 branches/
-r--r--r-- 1 root root 115 Mär 1 17:10 config
...

