Questions tagged [disk-volume]
135 questions
0
votes
2 answers
Salt-cloud docker state, handle volumes
I'm using dockerio salt state to startup docker containers on a salt minion. Trying to mount volumes into my container is failing. Container is starting but volumes are not bound. What am I missing?
Aiming for this:
sudo docker run \
…

jacksoncage
- 195
- 1
- 1
- 12
0
votes
1 answer
Cloudstack: "move volume failed" Error while attaching volume
I have detached a volume from a VM and now want to attach it to a different VM.
The status notification pop-up says, "move volume failed".
In the events log I see :
Description Error while attaching volume. Volume Id: 5447 VmId: 2882
State …

Martin Bramwell
- 121
- 4
0
votes
2 answers
Automatically mount drives when debian server reboots
I have a Debian server (which is a AWS EC2 Instance) and I have multiple AWS volumes attached to the server, which are all mounted in /mnt. However if I ever reboot the server (which happens whenever I create an AMI image), when it reboots all the…

ingh.am
- 273
- 3
- 15
0
votes
2 answers
How to remember a mount point
I am using Red Hat Enterprise 6.3 and I have just mounted a new volume in one folder of my preference.
After reboot that mount point was lost and the volume was mounted at his original place.
In which place I can set my mount call so that I can…

Abruzzo Forte e Gentile
- 221
- 1
- 3
- 9
0
votes
1 answer
Are there any significant differences between raid volume and partitions?
I have an option to create a single raid volume and partition it in the OS, or create multiple raid volumes (one for each partition)?
What are the performance or access time differences between two?
Are they handled differently? If so, what are the…

jM2.me
- 311
- 2
- 7
- 15
0
votes
1 answer
Shared volume for data (multiple MDF) and another shared volume for logs (multiple LDF)
I have 3 instances of SQL Server 2008, each on different machines with multiple databases on each instance. I have 2 separate LUNS on my SAN for MDF and LDF files. The NDX and TempDB files run on the local drive on each machine. Is it O.K. for the 3…

hagensoft
- 103
- 3
0
votes
1 answer
Resize Logical Volume Group
Hi ServerFault Community.
To this volume group:
--- Volume group ---
VG Name virtual-machines
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access …

lug
- 41
- 1
- 8
0
votes
2 answers
Logical Volumes spanned over several Physical volumes
What risk(s) are there in creating a 6 GB logical volume with the following underlying configuration?:
one 2 GB RAID 1 with 2 disks housing one physical volume
one 4 GB RAID 1 with 2 disks housing one physical volume

U85
- 121
- 4
0
votes
1 answer
Different options on btrfs subvolumes
I'm using kernel 3.0 and was wondering if btrfs supports / is planning to support different options on different subvolumes.
For example I'd like to turn compression on for /usr, /lib, ..., but not for the faster changing directories like /home and…

viraptor
- 1,296
- 6
- 21
- 41
0
votes
3 answers
Server High Logical Volume
I have just been looking at the sizes of various partitions in my server and I see that it states;
/dev/xvda1 3.7G 2.9G 792M 79% /
/dev/mapper/vg00-usr 26G 3.7G 23G 14% /usr
/dev/mapper/vg00-var 72G 43G 30G 60%…

James Anderson
- 3,107
- 2
- 17
- 12
0
votes
1 answer
S3 backup: bucket vs. volume
I've inherited a project that has been pushing encrypted (GPG) DB backups via a backup script to an S3 bucket. That's all been well and good, but now that bootable EBS instances (where the project resides now) can have mounted S3 volumes, why not…

J. LaRosee
- 183
- 1
- 5
0
votes
1 answer
How do I eject an encrypted disk while Postgres is running on Mac OS X?
I've created an encrypted volume with TrueCrypt that is currently mounted on Mac OS X (v10.6.6). I have moved both MySQL and Postgres (v8.4) data to my encrypted volume and created symlinks to them. When the MySQL daemon is running and I eject the…
0
votes
2 answers
Difference betwen logical disk and volume in windows OS?
So what is the difference ?
If I use diskpart tool then they talking about volumes (list volume, select volume, ...).
But If I use WMI then there is win32_logicalDisk class.
Please explain, thank you.

Primoz
- 397
- 3
- 7
- 16
0
votes
3 answers
creating and mounting a logical volume
I don't know if my question makes any sense. I have never tried this sort of thing before. What I would like to do is create one logical volume spanning multiple physical partitions like /dev/sdb1, /dev/sdb2, etc on a Linux machine and mount this…

341008
- 137
- 1
- 4
0
votes
1 answer
In UEC, created volume appears, disappears, why?
I've installed UEC and got it up and running but when I create a volume and attach it to an instance it appears and disappears. and in my instance I can't seem to see it using sudo fdisk -l
thanks in advance!

mojojojo
- 1
- 1