search for: sda

Displaying 20 results from an estimated 2561 matches for "sda".

Did you mean: ida
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...ce based. >> >> 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue. >> Since I need kvm specific patch for D02, so it may not freely to switch >> to older version. >> >> 3. Also test with ext4, disabling journal >> mkfs.ext4 -O ^has_journal /dev/sda >> >> >> Do you have any suggestion? > > So can you mount the filesystem with errors=remount-ro to avoid clobbering > the fs after the problem happens? And then run e2fsck on the problematic > filesystem and send the output here? > Tested twice, log pasted. Both us...
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...ce based. >> >> 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue. >> Since I need kvm specific patch for D02, so it may not freely to switch >> to older version. >> >> 3. Also test with ext4, disabling journal >> mkfs.ext4 -O ^has_journal /dev/sda >> >> >> Do you have any suggestion? > > So can you mount the filesystem with errors=remount-ro to avoid clobbering > the fs after the problem happens? And then run e2fsck on the problematic > filesystem and send the output here? > Tested twice, log pasted. Both us...
2014 Feb 04
2
Re: [PATCH 2/3] New API: part-get-name (RHBZ#593511).
On Tue, Feb 04, 2014 at 04:01:32PM +0100, Pino Toscano wrote: > +static char * > +extract_optionally_quoted (const char *value) > +{ > + size_t value_len = strlen (value); > + > + if (value_len >= 2 && > + ((value[0] == '\'' && value[value_len - 1] == '\'') || > + (value[0] == '"' &&
2017 Aug 09
7
Errors on an SSD drive
I am building a new system using an Kingston 240GB SSD drive I pulled from my notebook (when I had to upgrade to a 500GB SSD drive). Centos install went fine and ran for a couple days then got errors on the console. Here is an example: [168176.995064] sd 0:0:0:0: [sda] tag#14 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [168177.004050] sd 0:0:0:0: [sda] tag#14 CDB: Read(10) 28 00 01 04 68 b0 00 00 08 00 [168177.011615] blk_update_request: I/O error, dev sda, sector 17066160 [168487.534510] sd 0:0:0:0: [sda] tag#17 FAILED Result: hostbyte=DID_BA...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
...ext4 a. iblock b, fileio, file located in /tmp (ram), no device based. 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue. Since I need kvm specific patch for D02, so it may not freely to switch to older version. 3. Also test with ext4, disabling journal mkfs.ext4 -O ^has_journal /dev/sda Do you have any suggestion? Thanks On Tue, Jul 19, 2016 at 4:21 PM, Zhangfei Gao <zhangfei.gao at gmail.com> wrote: > On Tue, Jul 19, 2016 at 3:56 PM, Zhangfei Gao <zhangfei.gao at gmail.com> wrote: >> Dear Ted >> >> On Wed, Jul 13, 2016 at 12:43 AM, Theodore Ts...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
...ext4 a. iblock b, fileio, file located in /tmp (ram), no device based. 2, Have tried 4.7-r2 and 4.5-rc1 on D02 board, both have issue. Since I need kvm specific patch for D02, so it may not freely to switch to older version. 3. Also test with ext4, disabling journal mkfs.ext4 -O ^has_journal /dev/sda Do you have any suggestion? Thanks On Tue, Jul 19, 2016 at 4:21 PM, Zhangfei Gao <zhangfei.gao at gmail.com> wrote: > On Tue, Jul 19, 2016 at 3:56 PM, Zhangfei Gao <zhangfei.gao at gmail.com> wrote: >> Dear Ted >> >> On Wed, Jul 13, 2016 at 12:43 AM, Theodore Ts...
2007 Apr 11
2
Moving/copying the MBR
Are there any tools for working with and moving or copying the MBR? My machine has 2 PATA drives (hda & hdb) and 2 SATA drives (sda & sdb). The MBR is on hda, but I would like (eventually or sooner) to boot from sda because it is two years newer, faster and, hopefully, more reliable. Even if I don't change that, I'd like a backup MBR on sda in case hda fails (hdb has gone sour a few times due to something in the p...
2016 Feb 03
5
[PATCH 0/3] tests: Various fixes for btrfs and aarch64.
These patches fix btrfs on aarch64. You still need btrfs-progs 4.4 which was only released a few days ago. Rich.
2008 Apr 30
4
kickstart question
I have a couple lines like: part / --ondisk=sda --fstype ext3 --size=20000 --asprimary part swap --ondisk=sda --size=4000 --asprimary part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow in my kickstart file. Is there a way to have 1 kickstart file that works for hda and sda both??? So I would like to have 1 k...
2008 Aug 19
2
USB Drive is detected and but the device "/dev/sda1" is not initialized
Dear All, I have using CentOS 4.4 and My PC USB Drive is detected and but the device "/dev/sda1" is not initialized and i have executed the dmesg command and I am getting the following messages usb 1-6: new high speed USB device using address 2 SCSI subsystem initialized Initializing USB Mass Storage driver... scsi0 : SCSI emulation for USB Mass Storage devices...
2012 Feb 03
5
install detecting disk as sdb not sda
I am trying to install 6.2 on a machine. I am using PXE as I have done so a number of times. My hard disk is being detected as sdb and not sda. My kickstart config is wanting it at sda. There are no other disks in the unit. It has and SD slot and an esata although BIOS does not appear to have a disable for either of those devices. Is there anyway to "force" the disk to sda ? or find out what its detecting at sda and disable th...
2016 Feb 03
0
[PATCH 1/3] tests: Increase the size of the /dev/sda and /dev/sdb test devices.
...iles changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 32f901d..3ab1981 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -105,11 +105,11 @@ The test environment has 4 block devices: =over 4 -=item F</dev/sda> 500MB +=item F</dev/sda> 1GB General block device for testing. -=item F</dev/sdb> 500MB +=item F</dev/sdb> 1GB F</dev/sdb1> is an ext2 filesystem used for testing filesystem write operations. diff --git a/generator/actions.ml b/generator/actions.ml index 4078082...
2013 Mar 05
0
Fwd: [Bug 916990] inspect_os: mount_ro: /dev/sda on / (options: 'ro'): mount: /dev/sda is already mounted or /sysroot busy
More evidence this is a real bug affecting users. I still have no idea why this bug happens. Rich. ----- Forwarded message from bugzilla at redhat.com ----- Date: Tue, 05 Mar 2013 20:29:23 +0000 Subject: [Bug 916990] inspect_os: mount_ro: /dev/sda on / (options: 'ro'): mount: /dev/sda is already mounted or /sysroot busy Product: Virtualization Tools https://bugzilla.redhat.com/show_bug.cgi?id=916990 Joe Ryner changed: What |Removed |Added ----------------------------------------------------------...
2014 Feb 04
0
Re: [PATCH 2/3] New API: part-get-name (RHBZ#593511).
On Tuesday 04 February 2014 15:59:36 Richard W.M. Jones wrote: > On Tue, Feb 04, 2014 at 04:01:32PM +0100, Pino Toscano wrote: > > +static char * > > +extract_optionally_quoted (const char *value) > > +{ > > + size_t value_len = strlen (value); > > + > > + if (value_l...
2011 Feb 11
1
write-back cache question
...-back? hub 1-5:1.0: 4 ports detected Vendor: DP Model: BACKPLANE Rev: 1.00 Type: Enclosure ANSI SCSI revision: 05 Vendor: DELL Model: PERC 5/i Rev: 1.03 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sda: 2435317760 512-byte hdwr sectors (1246883 MB) sda: Write Protect is off sda: Mode Sense: 1f 00 00 08 SCSI device sda: drive cache: write through SCSI device sda: 2435317760 512-byte hdwr sectors (1246883 MB) sda: Write Protect is off sda: Mode Sense: 1f 00 00 08 SCSI device sda: drive cache: write...
2011 Apr 30
3
Identifying physical disks
I am sure this is really simple. I have a setup of 2 disks (sda, sdb) which are outwardly identical, and are mirrors of each other. Together they form 3 raid1 devices. Both disks can boot. Now sda has bad sectors, and I should replace it. But which one of the physical disks is sda?? The machine boots fine from either one of the disks, (and the booting dis...
2007 Nov 26
0
Kickstart install via network, nonexistant disk sda
...server with CentOS 5 64bit setup for pxebooting and kickstart installs. I have a kickstart install file that doesn't specify the disks specifically. It works like a champ, and the operating system installs and completes. I have a kickstart install file that specifies the disk devices (sda, sdb) pulled and modified from another similiar system. My goal here is configuring software RAID. Whenever I try to use the file for software raid, she dies with an error: "Specified nonexistant disk sda in clearpart command" ... if I removed the --drives-sda,sdb from the clearpart,...
2015 Dec 09
2
Bug: part_set_name does not enquote name
Windows server 2012 sets partition names with spaces. ><fs> part-get-name /dev/sda 3 libguestfs: trace: part_get_name "/dev/sda" 3 guestfsd: main_loop: new request, len 0x38 parted -s -m /dev/null Error: The device /dev/null is so small that it cannot possibly store a file system or partition table. Perhaps you selected the wrong device? Warning: Error fsyncing/closin...
2007 Feb 15
1
Can't mount USB drives
...on, then off. Never mounts. Here's the end of dmesg: usb 1-1: new full speed USB device using address 11 scsi7 : SCSI emulation for USB Mass Storage devices Vendor: Generic Model: STORAGE DEVICE Rev: 1.02 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 512000 512-byte hdwr sectors (262 MB) sda: Write Protect is off sda: Mode Sense: 02 00 00 00 sda: assuming drive cache: write through SCSI device sda: 512000 512-byte hdwr sectors (262 MB) sda: Write Protect is off sda: Mode Sense: 02 00 00 00 sda: assuming drive cache: write through sda: sda1 A...
2013 Jun 24
13
booting from HVM (?pv?)
Hi, I''m the Mageia XEN packager and during QA, we stumbled into a problem. in fact, we wanted to test Mageia 3 installation on a HVM. so, we had a sparse image and a iso file: [ ''file:/opt/testhvm.img,sda,w'', ''file:/opt/mageialive.iso,hdb:cdrom,r'' ] the live booted, and was able to install to disk, but it never seemed to boot after the install... (for some reason) in the end, this "worked" when we changed to: [ ''file:/opt/testhvm.img,xvda,w''...