Solid-state drive refers to a data storage device that uses solid-state memory to store its persistent data.
Questions tagged [ssd]
832 questions
0
votes
0 answers
luks-partition-crushed-after-reboot-and-extended
my ssd disk was luks encrypted crashed after reboot i got error about superblock and wrong signature 3030
cryptsetup luksOpen /dev/sdb2 origin-disk
before open luks
sdb 8:16 0 232.9G 0 disk
├─sdb1 …

Arash Soft
- 1
- 1
0
votes
0 answers
How does RAID0 affect IOPS performance for NVMe SSDs?
I have an application which needs to read large amounts of small and randomly distributed entries from storage. To improve the performance I am considering to install a specialized hardware RAID controller (like a Highpoint SSD7505) together with…

Bobface
- 135
- 5
0
votes
1 answer
Disk speed on Azure Virtual Machine Scale Set is slower than advertised
I have an Azure Service Fabric cluster with 5 nodes, baked by an Azure Virtual Machine Scale Set. The size of the instances is Standard_D2ds_v4 with an advertised disk speed of max 3200 IOPS. At the VMSS there's a "Premium SSD LRS" data disk…

Roman Ganz
- 111
- 5
0
votes
0 answers
Optimise Write performance on a RAID array of SSD
We've 8 Samsung 970 Pro 1Tb drives (PCI3) in a HighPoint NVMe RAID Controller, which I want to optimise for write performance at the cost of any other consideration. All of our files will be around 10Mb, give or take a few percent. Currently this is…

James
- 101
- 14
0
votes
1 answer
RAID10 Performance on newer hardware slower then RAID5 performance on older hardware?
I am currently trying to figure out a performance issue with a new server compared to a old server. Performance should be better but it's not and I'm having trouble figuring out why.
Old server is a Dell R640 (2x Xeon Gold 5218, 128Gb RAM) with a…

ADY
- 93
- 1
- 12
0
votes
1 answer
Google Cloud Platform instance creation failure (Invalid value for field 'resource.disks[1].initializeParams.diskSizeGb')
I'm trying to create an instance using GCP. The followings are the specifications (the rest of the settings are set as default):
Region: us-west1-b
GPU type: NVIDIA Tesla V100
Number of GPUs: 1
Series: N1
Machine type: Custom (12 vCPUs, 64GB…

SHM
- 11
- 4
0
votes
0 answers
Disk doesn't show any partition table or partition changes
I wanted to clone an encrypted drive to a new drive, so I set up CloneZilla to do a disk-to-disk clone. At the beginning, it said 9 hours to run, so I let it run overnight. The next day, it had 145 hours remaining. I figured I could just wipe the…

TheBeege
- 47
- 2
- 8
0
votes
1 answer
satadimm reliability as the server operating system
I have seen little information about satadimm. I bought a server for a colocation and it came with a viking 400gig satadimm, the first time for me. I thought this was pretty cool, and I was told you can load your OS and save your RAID slots for…

gstlouis
- 119
- 3
- 12
0
votes
0 answers
What's the best means to clone the root linux hard drive to a new drive?
I bought a new enterprise grade SSD to replace my Samsung SSD. It was $500, not cheap. Anyway, the purpose is to have a more reliable and longer-lasting root hard drive, since a non-enterprise drive is effectively a ticking time bomb.
My system is…

serveraddict
- 103
- 4
0
votes
0 answers
FIO 17x slower on ZFS than raw device
I have ZFS pool RAIDZ-1 on 4 x 3.84TB SATA3 'enterprise' SSDs.
zfs create rpool/fio
zfs set primarycache=none rpool/fio
fio --ioengine=sync --filename=[X] --direct=1 --rw=read --bs=4K --numjobs=1 --iodepth=1 --runtime=10 --time_based…

simonw
- 35
- 6
0
votes
1 answer
Supermicro - XFS (snumbd6d): log I/O error -5
So, We have a supermicro server with the next hardware configuration:
CentOS 7
Softraid (because this supermicro configuration didn't support hardware raid..)
/ Partition is RAID 10 and the rest one is RAID 1
CPU: 2x AMD EPYC 7402
RAM: 512Gb DDR4…

andrei perju
- 1
- 1
0
votes
1 answer
Hyper-V: Benefit of Putting Virtual Hard Disks and Virtual Machines Folders on Separate Drives
Hyper-V has two folders 'Virtual Hard Disks' and 'Virtual Machines', the first stores the virtual disks themselves and the latter stores settings, snapshots, etc.
Is there's benefit of storing these two folders on separate SSD drives to:
Increase…

AlexVPerl
- 217
- 2
- 9
0
votes
1 answer
Can we prevent Windows from marking NVMe drives as removable?
I've noticed recently that when adding NVMe drives to Windows, it has a tendency to mark them as removable. I think this is more likely on "enterprise" NVMe SSDs, at least in my experience. For my own PC or less critical stuff, I'm not too bothered…
0
votes
0 answers
Ubuntu expand free disk space after RAID change
maybe someone can advise how to expand free disk space to SDA6 part?
Before I have used 2x960GB SSD (Hardware RAID1), now I have added +2x960GB SSD and made Hardware RAID10 (1+0).
Problem is now that I see SDA shows 1.8T but I don't know exactly how…

zte813
- 3
- 5
0
votes
1 answer
Does IO performance degrade when a SAS SSD is attached with redundancy?
I have some Seagate Nytro SSDs (model xs800le70004), SuperMicro SAS3 JBODs (2C models with redundancy), LSI 9300 SAS3 Cards, and SAS HD Cables (SFF-8644).
When the SSDs are attached with both primary and redundant links, the performance drops to 72%…

GoldenNewby
- 45
- 1
- 2
- 13