Questions tagged [mount]

Mounting is the concept of attaching a file system to a computer for access.

A mount is the process of attaching a file system to a computer so that it can be accessed. Depending on the operating system, a mount could be local or remote, via a network, read-only or read-write, or many other options.

1212 questions
0
votes
0 answers

Cannot mount external FreeNAS NFS on XenServer VM or Dom0

I'm hoping someone can help identify a problem or at least send me in the right direction. I've created an NFS share on FreeNAS. The server has an external IP. I can mount this on my Debian machine (which is on the local network) with: mount -t nfs…
Paul Whalley
  • 763
  • 1
  • 7
  • 6
0
votes
2 answers

Which remote file system can be used on Linux without occupying local space?

I want to extend my server's local disk on Debian 6.0 by mounting a remote file system. But I don't want to have this remote file system to occupy (too much) local disk space, for instance with caches etc. On my remote server which offers the…
derFunk
  • 119
  • 6
0
votes
0 answers

What is the best way to resize the "/" mount point that is not LVM?

Lately I am trying to update the packages in my Centos (Physical Box) and got error about not enough space. What is the best way to resize a mount point that is no LVM? Follows are some information: [root@sever ~]# yum…
user3162764
  • 37
  • 1
  • 5
0
votes
1 answer

Mounting individual "partitions" from a ddrescue'd whole-device image file?

I ddrescue'd from a sick drive device into an image file (I had enough free space, but not a spare device to copy onto). It seemed to go quite well, but now I can't find how to mount just one partition from the entire block device image. (All…
DouglasDD
  • 513
  • 3
  • 16
0
votes
1 answer

mount cloud storage under Linux via socks?

I'm trying to mount cloud storage under Linux, but via a SOCKS proxy. One suggested solution I found is to use davfs2, but as far as I can tell it only supports a Http Proxy. I've tried this: sudo apt-get install davfs2 #enable the following in…
steve cook
  • 179
  • 5
0
votes
1 answer

AuFS read only branch as another read only branch

My goal is to use an AuFS read only branch as another read only branch: I've got a directory dir0, then I make : mount -t aufs -o br=dir2=rw:dir0=ro none dir1 This gives me - dir0 - dir1 #read only dir0 - dir2 #write layer of dir1 I now want to…
rmonjo
  • 231
  • 2
  • 4
  • 12
0
votes
2 answers

DRBD Dual-Primary Obstacles

I have DRBD installed and configured on two different servers, everything is working as expected but I am having a horrible I/O disk read/write speed and network latency like crazy, my shared partition is 35 GB and it takes me days to fully sync…
user204252
  • 43
  • 5
0
votes
2 answers

Setting Redhat to mount CDROMs with execute permission automatically

When I place a CDROM with some scripts into the drive, Redhat will automatically mount a folder on the desktop. However, I can't execute the scripts on that CD. To do that, I have to manually mount with the 'exec' option. How do I get Redhat to give…
Anon
0
votes
0 answers

Compression with Hard Linking and Live Mounts

With Windows XP recieving its final updates in the coming months, I've been looking into how I can get all three XP versions, with the latest updates, and basic drivers, onto a single CD. In the past I was able to do this simply by removing a few of…
Ecksters
  • 123
  • 4
0
votes
2 answers

How to mount ISO image in RHEV guest OS?

I have a CD/DVD ISO image on the RHEV controller domain. I uploaded the image into the RHEV ISO storage via rhevm-iso-uploader and able to boot guest OS from it (i.e. the image is available in the Boot Options of the Virtual Machine settings). How…
rook
  • 137
  • 1
  • 1
  • 14
0
votes
1 answer

Why is Ubuntu/Linux /proc/mounts lying to me?

I've got a broken HDD for the rootfs - this probably caused the filesystem to be mounted read-only... however /proc/mounts still says it's mounted rw: $ cat /proc/mounts rootfs / rootfs rw 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0…
kei1aeh5quahQu4U
  • 445
  • 5
  • 22
0
votes
2 answers

Mount .vhd stored on ext3-NAS in Windows 7 without copying to NTFS Disk. Is this possible?

i have an vhd-Image stored on a NAS. I can't directly mount it, because the NAS stores the file in an ext3-system (i read this is causing trouble). I can't copy the file to a NTFS disc, because it's huge, barely fits the available space and…
Martze
  • 101
  • 1
  • 4
0
votes
1 answer

Unable to mount the file system from server to client while booting through network

I want a client which loads kernel and file system from the server through network. Till now, On server side, i changed the settings in /etc/dhcp/dhcpd.conf to get an ip-address to the client. After that i executed service isc-dhcp-server restart…
0
votes
2 answers

mounting IIS virtual folder in linux

Is it possible to mount a virtual folder exposed by ISS from linux? I have tried to mount it in Ubuntu and RHEL 4 over a LAN.
user17561
0
votes
3 answers

mount.nfs: access denied by server while mounting in Ubuntu Machine?

I have three machines - machineA 10.108.24.132 machineB 10.108.24.133 machineC 10.108.24.134 and all those machines have Ubuntu 12.04 installed in it and I have root access to all those three machines. Now I am supposed to do below things…
AKIWEB
  • 103
  • 1
  • 1
  • 5