Questions tagged [partition-table]
34 questions
1
vote
2 answers
Connect Access 2016 to remote SQL Server - SQL Server Error 17
Good morning,
I am trying to connect to a SQL server from a remote machine, with ACCESS 2016, using the "External data" option. Both are on the same network.
It is important to note that I am connected as a domain verified user.
I create a new…

Andy McRae
- 125
- 1
- 8
0
votes
1 answer
How to move physical partition into extended partition?
Given a disk layout like this
Disk: /dev/sdc
Size: 119.9 GiB, 127865454592 bytes, 249737216 sectors
Label: dos,…

Max Coplan
- 103
- 4
0
votes
1 answer
Retrieve data from an HD with vmfs partition
My problem is the following:
I have a 1TB HDD with the information of a server that I need now.
I do not know what to do to access the information, inside the HDD there is a vmfs formatted partition that I do not see, and it contains the data I…

Yeison Iguaran
- 1
- 1
0
votes
0 answers
Delete partition and create two other partitions instead one?
i have structure of my hdd, like this:
Device Start End Sectors Size Type
/dev/sdb1 40 2048 2009 1004.5K BIOS boot
/dev/sdb2 4096 409602047 409597952 195.3G Linux RAID
/dev/sdb3 409602048…

Piduna
- 541
- 4
- 12
- 25
0
votes
1 answer
Resize logical volumes in linux
how could I resize my logical volumes in Oracle Linux?
I have the following partition table:
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
devtmpfs 2,8G 0 2,8G 0% /dev
tmpfs 2,8G 0 2,8G …

Philipp Schneider
- 101
- 1
0
votes
1 answer
Wrong boot order - BIOS get stuck instead of trying the next boot device
I have a tests server that runs an Intel S2600C0 bios version SE5C600.86B.02.06.0002. It has 7 SSDs: 5 SDLFNCAR-960G-1HA2s and 2 Micron_M500DC_MTFDDAK800MBB. The OS and all the files are on the first SSD and the other 6 SSDs are used by our…

Idan Arye
- 115
- 3
0
votes
2 answers
Partition-table on one disk from RAID always equal to partition-table configured for RAID?
Are partition-tables from hard-drives, that are part of a RAID (no matter of what kind of RAID) always equal to the partition-table configured for the RAID?
What is clear:
A machine has a RAID 1 with four hard-drives. When I shutdown the machine and…

edi38
- 1
- 1
0
votes
1 answer
Expanding partition (xfs) of a virtual machine
OS: Ubuntu 14.04, partition table:
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 37.6GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 200MB 199MB…

SteffenNielsen
- 477
- 4
- 15
0
votes
1 answer
Why third partition of /dev/sda is shown as /dev/sdb instead of /dev/sda3?
I have two 3 TB disks in hardware RAID-1 (mirroring), controller DELL PERC H310 (it is a Dell PowerEdge R420 server).
I have three partitions on the same disk.
df and fdisk commands shows the third partition as /dev/sdb instead of /dev/sda3.
I…

Marco Marsala
- 471
- 3
- 7
- 14
0
votes
1 answer
Spreading a table's partitions across drives
With nearly a billion rows, we have to split up individual partitions across SSDs with about 4 partitions of them in each SSD.
The table's current schema:
CREATE TABLE IF NOT EXISTS `a` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
…

kouton
- 189
- 1
- 9
0
votes
1 answer
Does this partition setup look OK for Centos 6.x and Plesk panel?
I have a new server with 2x3TB HDD, I want to setup software raid 1; When I use host's automatic install it makes my largest partition 2TB and the other 1TB a separate partition (not nice).
So I am trying to create the partitions myself and I never…

adrianTNT
- 1,077
- 6
- 22
- 43
0
votes
1 answer
"Can't create table" when having to many partitions
I am currently having a problem I dont understand. Wherever I look it says mySQL (5.5) / InnoDB doesnt have a table limit.
I wanted to test the InnoDB compression and was about to create an empty copy of an existing table and ran into the following…

Chris
- 104
- 2
- 12
0
votes
1 answer
Is there a tool that can take partition table information and partition another based on it?
Is there a tool that can read the partitioning information of a disk and partition another disk based on that information?
I don't know whether parted for instance can partition a disk based on a script, or whether there is a tool that can read a…

vfclists
- 1,632
- 5
- 22
- 37
0
votes
1 answer
how to mount a partition inside a partition
On my linux box I have a block device (/dev/sda5) that has been partitioned inside by a virtual machine. So, when I look inside with fdisk /dev/sda5, I see:
sda5p1
sda5p2
and so on. Is it possible to mount them on my host system?
Thanks in advance.

facha
- 1,368
- 2
- 18
- 26
0
votes
0 answers
Shrinking ESXi volume to reclaim unallocated space
We have a number of VMs (VMware ESXi) running Ubuntu. As a result of the installation time 'feature' which only allocates half the amount of the requested space, we have a lot of wasted/unallocated space. For example, a 100Gb volume as seen by the…

MikeBrom
- 31
- 3