similar to: SSD no longer detected - slightly off topic

Displaying 20 results from an estimated 20000 matches similar to: "SSD no longer detected - slightly off topic"

2018 Dec 12
5
CentOS 7.6 external USB dmesg issue
I have a brand new 2T external Samsung SSD disk. (two of them) for backup. I tried the first one and had an issue, I tried the second one and got the same issue. Am I doing something wrong ? I find it hard to believe the SSD (both) are bad. I plugged in the USB 3.1 adapter, I fdisk /dev/sdd, n, p, default, default, w. then mkfs.ext4 -j /dev/sdd1, then just mount and rsync. [ 1085.193710]
2011 Sep 07
7
new ssd to play with
I grabbed a new SSD M4-CT064M4SSD2 from Crucial. I am disappointed. I stuck the unit in an Atom machine (zotac) with CentOS 6 on the disk. It really doesn't "feel" faster than the previous 5400 RPM drive that was in it. The SSD is giving me (in the zotac running centos 6): hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 298 MB in 3.00 seconds = 99.30 MB/sec The
2018 Feb 11
7
[Bug 13266] New: Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.
https://bugzilla.samba.org/show_bug.cgi?id=13266 Bug ID: 13266 Summary: Writing of files to Apple's new "AP" controller model SSD's takes 4x longer. Product: rsync Version: 3.1.3 Hardware: x64 OS: Mac OS X Status: NEW Severity: critical Priority: P5
2017 Aug 10
1
Errors on an SSD drive
is that because the drive is compressing the information?? is there a way to turn this off?? i hate mandatory compression as losing one bit in a compressed file tends to be a big deal compared to the same in an uncompressed file. -- Securely sent with Tutanota. Claim your encrypted mailbox today! https://tutanota.com 10. Aug 2017 10:06 by lists at colorremedies.com: > On Thu, Aug 10, 2017,
2017 Aug 10
0
Errors on an SSD drive
On Thu, Aug 10, 2017, 6:48 AM Robert Moskowitz <rgm at htt-consult.com> wrote: > > > On 08/09/2017 10:46 AM, Chris Murphy wrote: > > If it's a bad sector problem, you'd write to sector 17066160 and see if > the > > drive complies or spits back a write error. It looks like a bad sector in > > that the same LBA is reported each time but I've only ever
2009 Feb 13
3
Bonnie++ run with RAID-1 on a single SSD (2.6.29-rc4-224-g4b6136c)
Hi folks, For people who might be interested, here is how btrfs performs with two partitions on a single SSD drive in a RAID-1 mirror. This is on a Dell E4200 with Core 2 Duo U9300 (1.2GHz), 2GB RAM and a Samsung SSD (128GB Thin uSATA SSD). Version 1.03c ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
2009 Oct 10
11
SSD over 10gbe not any faster than 10K SAS over GigE
GigE wasn''t giving me the performance I had hoped for so I spring for some 10Gbe cards. So what am I doing wrong. My setup is a Dell 2950 without a raid controller, just a SAS6 card. The setup is as such : mirror rpool (boot) SAS 10K raidz SSD 467 GB on 3 Samsung 256 MLC SSD (220MB/s each) to create the raidz I did a simple zpool create raidz SSD c1xxxxx c1xxxxxx c1xxxxx. I have
2013 Nov 23
2
SSD becomes detached 9.2
Hello, I am setting up a new (remote) server. I initially installed 9.2 RC4 amd64 because that's what the data center put in the drive for me. Shortly thereafter I downloaded 9.2-STABLE sources and compiled world and a generic kernel. While doing so the system became unreachable by SSH The SSH sessions appeared to connect but there was never any data returned. I could telnet to port 22
2018 Dec 12
2
CentOS 7.6 external USB dmesg issue
>What kind of solid state 2 TB drive is this and how is it 'powered'? >It is looking like the drives aren't getting completely written to >before being removed as the ext4 error is a 'oh wait this drive >doesn't have everything I expected too late to give up aaaaaaaaaah' >type oops This is a Samsung 860 EVO 2TB. my connection is a cable that provides both
2016 Oct 28
0
Disk near failure
Hi Yamaban, Great expalanation. I think you know how to buy an ssd. There is no doubt about samsung ssds quality vs other. My question about neutron was to get your opinion about this product. My doubt was about differences between slc, mlc and tlc. Mlc endurance respect tlc is better and I though that the mlc of neutron gives me more endurance respect to the tlc. From a technic point of view,
2016 Oct 28
2
Re: Disk near failure
On Fri, 28 Oct 2016 18:50, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >> > Il 27/10/2016 19:38, Yamaban ha scritto: >> > > For my personal use I would replace that Drive asap. >> > > - There is no warranty for it anymore (time since buy) >> > > -
2012 Apr 13
3
SSD for boot drive and OS
I just ordered a new machine that's destined to become a Centos 6 application server for a publishing company, and decided to get one with a 40GB SSD as well as a standard hard drive. I'm thinking that I can put most of the operating system on that drive and have the home directories and whatnot on the regular hard drive. Are there any pitfalls lying in wait for an unwary person like me
2016 Oct 28
1
Disk near failure
On Fri, October 28, 2016 11:50 am, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >>> Il 27/10/2016 19:38, Yamaban ha scritto: >>>> For my personal use I would replace that Drive asap. >>>> - There is no warranty for it anymore (time since buy) >>>>
2016 Oct 28
0
Disk near failure
Il 28/10/2016 16:28, Valeri Galtsev ha scritto: > > On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >> Il 27/10/2016 19:38, Yamaban ha scritto: >>> For my personal use I would replace that Drive asap. >>> - There is no warranty for it anymore (time since buy) >>> - You can't buy it new anymore (discontinued) >>> - There are more
2007 Oct 19
2
program calls system() gettind PID - slightly off topic
I have a C program on centos. When I call system("some_program &"); how do I get the PID of the some_program? I cant just list processes as there might be more than one some_program active. I need to know the one that I just started. Thanks, Jerry
2018 Apr 24
0
Vmware - Slightly off topic
In article <CABr8-B6fcNgogynq66nNMkSLCHAtqA4OrL09XY6ABPRV4H+ZQw at mail.gmail.com>, Jerry Geis <jerry.geis at gmail.com> wrote: > Hi All, > > What is the correct way to provide a CentOS 7 - WMware image for ESX ? > > As an amateur to VMware - I thought - great I can get VMplayer and ESX > should be able to import my image... Wrong... I even went through the >
2018 Apr 25
0
Vmware - Slightly off topic
On Tue, Apr 24, 2018 at 1:27 PM Jerry Geis <jerry.geis at gmail.com> wrote: > What is the correct way to provide a CentOS 7 - WMware image for ESX ? You are probably looking for VMware Converter which can p2v or v2v. IMO: if you are creating a VM image which is a binary blob or image then you are doing it wrong. Have the VM/server/desktop be a simple next/next/next install and the
2019 Jun 24
2
Issue with dvd/cdrom drive
Hi, I'm having an issue with my Thinkpad P70 laptop/workstation. This system is a dual boot, windows 10 pro and centos 7. I have not needed to use the cdrom until now, however the system does not see it in /dev. I know the cdrom works as I can use it in windows 10 and when initially installing centos 7, I installed from dvd media. I'm not sure what to check. I do not see anything related
2018 Apr 24
7
Vmware - Slightly off topic
Hi All, What is the correct way to provide a CentOS 7 - WMware image for ESX ? As an amateur to VMware - I thought - great I can get VMplayer and ESX should be able to import my image... Wrong... I even went through the trouble of "converting" to VMWare workstation and thinking ESX could import that - Apparently still Wrong... I cannot for the life of me understand how one product
2016 Jan 07
2
CentOS 6, SSD recommendations?
Hello, because of high disk load we plan to move from disk (raid1) to ssd. Are there recommendations for - manufacturer - file sytem - raid1 The Red Hat Storage Administration Guide says: - no raid 1 - ext4 only is this state of the art? I have searched list,centos.org 2015 - nothing found. I found in the year 2012 / 2013: https://www.centos.org/forums/viewtopic.php?t=7580