search for: sda1

Displaying 20 results from an estimated 2300 matches for "sda1".

Did you mean: sda
2015 Jan 13
3
[PATCH] mkfs: add 'label' optional argument
...100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -3324,7 +3324,7 @@ let daemon_functions = [ tests = [ InitEmpty, Always, TestResultString ( [["part_disk"; "/dev/sda"; "mbr"]; - ["mkfs"; "ext2"; "/dev/sda1"; ""; "NOARG"; ""; ""]; + ["mkfs"; "ext2"; "/dev/sda1"; ""; "NOARG"; ""; ""; "NOARG"]; ["mount"; "/dev/sda1"; "/"];...
2007 Jun 16
1
4 GB USB flash disk with FAT ok, with ext3 corrupted files
...ther computer is a much newer AMD Athlon64 HP laptop with USB2.0 port and SuSE 10.2. Did anyone observe anything similar with any USB flash drives (FAT OK, ext3 corrupted)? I've put files on these disks on FAT32 and run fsck.vfat, and everything looks fine: root at tarnica:~# dosfsck -v /dev/sda1 dosfsck 2.11 (12 Mar 2005) dosfsck 2.11, 12 Mar 2005, FAT32, LFN Checking we can access the last sector of the filesystem Boot sector contents: System ID "mkdosfs" Media byte 0xf8 (hard disk) 512 bytes per logical sector 4096 bytes per cluster 32 reserved sectors Firs...
2007 Feb 15
1
Can't mount USB drives
...ce 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 Attached scsi removable disk sda at scsi7, channel 0, id 0, lun 0 USB Mass Storage device found at 11 [root /]# But there is a /dev/sda1. Then after a few minutes, I get: scsi: Device offlined - not ready after error recovery: host 7 channel 0 id 0 lun 0 7:0:0:0: Illegal state transition delete...
2015 Feb 18
2
Re: Mounting disk images with ext2 filesystems on RHEL7
On Wed, Feb 18, 2015 at 6:52 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, Feb 17, 2015 at 01:37:55PM -0500, Leonard Basuino wrote: > > I get the following debug info: > > > > mount -o /dev/sda1 / > > [ <time> ] EXT4-fs (sda1): mounting ext2 file system using the ext4 > > subsystem > > [ <time> ] EXT4-fs (sda1): bad geometry: block count 104388 exceeds size > of > > device (103408 blocks) > > mount: wrong fs type, bad option, bad superblock on /...
2005 May 27
4
kernel: attempt to access beyond end of device
...------ From: <snip> Date: May 26, 2005 10:14 PM Subject: problems with newlists To: Sam Johnston <samjie@gmail.com> Hi Sam, I''m getting the following errors on newlists: May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=4294875368, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=1516641296, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw...
2012 Jul 23
1
[PATCH V3 1/2] umount: add force umount and lazy umount
...[["part_disk"; "/dev/sda"; "mbr"]; @@ -2762,7 +2763,7 @@ characters does I<not> work, even if the length is specified." }; [["part_disk"; "/dev/sda"; "mbr"]; ["mkfs"; "ext2"; "/dev/sda1"; ""; "NOARG"; ""; ""]; ["mount_options"; ""; "/dev/sda1"; "/"]; - ["umount"; "/"]; + ["umount"; "/"; "false"; "false"];...
2016 Jan 26
1
[PATCH] xfs_admin: do not set lazycounter in tests not checking that
...14902e7 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10928,12 +10928,12 @@ with zeroes)." }; InitEmpty, Always, TestResultString ( [["part_disk"; "/dev/sda"; "mbr"]; ["mkfs"; "xfs"; "/dev/sda1"; ""; "NOARG"; ""; ""; "NOARG"]; - ["xfs_admin"; "/dev/sda1"; ""; ""; ""; ""; "false"; "NOARG"; uuid]; + ["xfs_admin"; "/dev/sda1...
2014 Jul 01
3
libguestfs on proxmox
Hello, I have an issue with virt-resize on the newest version of proxmox which is running on debian wheezy. when I run the virt-resize on a windows 2008 qemu image I got an error. Here is the last part of the debug message: Copying /dev/sda1 ... libguestfs: trace: copy_device_to_device "/dev/sda1" "/dev/sdb1" "size:32210026496" 100% ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????...
2016 Feb 26
1
Displaying mountables in the error output of guestfish etc
Cédric pointed out this problem we have: $ guestmount -a /var/lib/libvirt/images/sles12sp1-pv.img -m '/dev/sda1:/:subvol=.snapshots/2/snapshot:btrfs' /mnt libguestfs: error: mount_vfs: /dev/sda1 on / (options: 'subvol=.snapshots/2/snapshot'): mount: mount(2) failed: No such file or directory guestmount: '/dev/sda1' could not be mounted. guestmount: Check mount(8) man page to ensure option...
2009 Jul 21
6
Troubles converting a pv host from dom0-hosted kernel to self-contained kernel
Hello list. I have a perfectly working PV host, with this configuration: kernel = "/boot/vmlinuz-2.6.18.8-xen-3.3.0-7mdv" ramdisk = "/boot/initrd-2.6.18.8-xen-3.3.0-7mdv.img" root = "/dev/sda1 ro" extra = "(hd0)/boot/grub/menu.lst" memory = 256 maxmem = 512 name = "sexonthebeach" uuid = "f36962f5-0dec-4708-84a0-f5b4dea48d34" disk = [ ''phy:/dev/vg0/sexonthebeach,sda1,w'' ] vif = [ ''mac=00:16:3e:00:00:13, bridge=services''...
2008 May 27
2
needs help, root inode gone after usb bus reset on sata disks
Hello everybody, I am new to this list, so welcome everybody. Last 2 week I had two harddisk crashes with my ext2 file system. This is what sort of happed with both of the disk: I pluged in my USB to SATA converter in my harddisk that has an ext2 filesystem. I mounted the partition, went to a directory that had a DVD image. I mounted the dvd image in the same directory and started watching the
2015 Feb 17
4
Re: Mounting disk images with ext2 filesystems on RHEL7
...tmount complains that there is no OS and won't mount. > > What you really need to do is run: > > virt-filesystems -a second-disk.img --all --long -h > > which will tell you what filesystems (etc) are available in the second > image. > > The only filesystem is /dev/sda1 of type ext2 > > guestfish complains "...wrong fs type, bad option, bad superblock...". > > Try using guestfish -v -x flags to provide extra information about > this error. See: > > http://libguestfs.org/guestfs-faq.1.html#debug > I get the following debug inf...
2012 Jul 24
3
[PATCH V4 1/3] umount: add force umount and lazy umount
...[["part_disk"; "/dev/sda"; "mbr"]; @@ -2785,7 +2786,7 @@ characters does I<not> work, even if the length is specified." }; [["part_disk"; "/dev/sda"; "mbr"]; ["mkfs"; "ext2"; "/dev/sda1"; ""; "NOARG"; ""; ""]; ["mount_options"; ""; "/dev/sda1"; "/"]; - ["umount"; "/"]; + ["umount"; "/"; "false"; "false"];...
2012 Jul 23
3
[PATCH V2 1/4] mount: add a macro to resolve path or device
Add a macro STRDUP_RESOLVE_DEVICE_OR_PATH to resolve path or device. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/daemon.h | 16 ++++++++++++++++ daemon/mount.c | 13 ++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 85eec45..f7d0c75 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -336,6
2006 May 21
2
exception looking up device number for sda1
I just tried to setup another domain on a server running 1 domain. When i try to start the domain it gives me an error Error: Device 0 (vif) could not be connected. Backend device not found. The entry in my xen config file for the disks is disk = [''phy:/dev/xen001/xen2-fun,sda1,w'',''phy:/dev/xen001/xen2-fun-swap,sda2,w''] Looking at /var/log/xend.log, i found something strange [2006-05-22 00:13:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:178) XendDomainInfo.create([''vm'', [''name'', ''xen3''], [...
2013 May 17
1
device in use after a reboot
Hello, I have a server with an 17tb scsi-storage. In past, the storage has a "jfs"-filesystem. Now i want to create a "ext4"-filesystem. I have update the e2fsprogs from 1.41 to 1.42 (16tb limit >1.41). Now I have an 17tb-storage as /dev/sda1 with ext4. I can mount this device as /home/ (/etc/fstab "/dev/sda1 /home/ ext4 defaults 1 2". Now I start a e2fschk /dev/sda1 (umounted). No error-messages are in the screen. If I now reboot the server, the server does not started: <---// Checking filesystems /dev/md2: cl...
2010 Aug 10
2
Replace grub with extlinux
Hello all, I am trying to replace grub with extlinux without any luck. I did remove the grub from my root Partition and boot from a LiveCD. I install syslinux and did those steps Boot Partition: mkdir -pv /mnt/sda1 mke2fs -jv /dev/hda1 mkfs -t ext3 /dev/hda1 mount /dev/hda1 /mnt/sda1 Root Partition export SDB1=/mnt/sdb1 mkdir -pv $SDB1 mount -v -t ext3 /dev/hdb1 $SDB1 SWAP Partition /sbin/swapon -v /dev/hdb5 Installing extlinux to /dev/sda...
2005 Sep 20
4
standalone bootable usb-stick
...RD.LinuxRC/ \ LinuxRC-2005/linuxrc.cfusb ========== /linuxrc: ========== mount -n -o rw,remount / mount -t proc proc /proc mount -n -o rw,remount -t ext2 /dev/ram0 / mount -o rw,remount -t ext2 /dev/ram0 / - load vfat, fat, dos, usb-modules # mount the usb stick mount /dev/sda1 /mnt/sda1 losetup /dev/loop0 /mnt/sda1/LoopFile ( the rootfs ) mount /dev/loop0 /mnt/RootFS # instead of pivot_root echo '0x700' > /proc/sys/kernel/real-root-dev # # not used, seems to work without it for lilo/grub # exec chroot /mnt/RootFS /sbin/init # exit /linurc and turn...
2009 Aug 13
1
Summary of current test failures
CentOS 5.3 and RHEL 5.4 both fail on these 3 tests only: 82/212 test_zero_0 umount: /dev/sda1: umount: /dev/sda1: not found test_zero_0 FAILED 83/212 test_fsck_0 umount: /dev/sda1: umount: /dev/sda1: not found test_fsck_0 FAILED 84/212 test_fsck_1 umount: /dev/sda1: umount: /dev/sda1: not found test_fsck_1 FAILED Debian fails on 57 / 212 tests, but they all seem to be of the same type:...
2015 Feb 18
0
Re: Mounting disk images with ext2 filesystems on RHEL7
...AM -0500, Leonard Basuino wrote: > On Wed, Feb 18, 2015 at 6:52 AM, Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Tue, Feb 17, 2015 at 01:37:55PM -0500, Leonard Basuino wrote: > > > I get the following debug info: > > > > > > mount -o /dev/sda1 / > > > [ <time> ] EXT4-fs (sda1): mounting ext2 file system using the ext4 > > > subsystem > > > [ <time> ] EXT4-fs (sda1): bad geometry: block count 104388 exceeds size > > of > > > device (103408 blocks) > > > mount: wrong fs type, b...