similar to: windows xp see 'unknow partition'

Displaying 20 results from an estimated 1000 matches similar to: "windows xp see 'unknow partition'"

2017 Jun 11
3
remove
Hi all, I have a date issue and would appreciate any help. I am reading a field data and n one of the columns I am expecting a date but has non date values such as character and empty. space. Here is a sample of my data. KL <- read.table(header=TRUE, text='ID date 711 Dead 712 Uknown 713 20-11-08 714 11-28-07 301 302 09-02-02 303 09-21-02',stringsAsFactors = FALSE, fill =T)
2017 Jun 11
0
remove
You are using a slash in your format string to separate sub-fields but your data uses a dash. -- Sent from my phone. Please excuse my brevity. On June 10, 2017 8:18:37 PM PDT, Val <valkremk at gmail.com> wrote: >Hi all, >I have a date issue and would appreciate any help. > >I am reading a field data and n one of the columns I am expecting a >date but has non date values
2006 Dec 28
1
Patch: switcher's window is a splash window
Hi, I made a simple patch which makes switcher's window a splash window (_NET_WM_WINDOW_TYPE_SPLASH). This way I can easily add effects for it. The window is a splash window, so why not use this type instead of Unknown? Beryl's switcher window is a Splash window too. Is there a reason why Compiz uses Uknown for it? Patch: --- switcher.c 2006-12-28 10:14:52.000000000 +0100 +++
2003 Nov 17
2
IAX2 connectivity problem (qualify=yes)
Hi there, I still have issues with the IAX connection between two servers (one static (server A), one dynamic (server B), none behind NAT): B registers with A, and "iax2 show registry" shows that everything is fine. However, after a while if I check on server A with "iax2 show peers" I see a status of UKNOWN (in iax.conf there is a qualify=yes statement for server B).
2004 Oct 08
2
Problem installing rpms with yum/up2date
Hi all, we have installed a fresh CentOS 3.3 system, imported the keys: rpm --import /usr/share/rhn/RPM-GPG-KEY* trying to install a package fails: up2date -i mysql mysql-3.23.58-1.i386.rpm: ########################## Done. The package mysql-3.23.58-1 is signed, but with an uknown GPG key. Aborting... Package mysql-3.23.58-1 has a unknown GPG signature. Aborting... the same problem with
2008 Jul 31
0
Asterisk CDR "**Unknow**" as channel name
Hi all I have been looking at my asterisk CDR in the mysql database and some channel names are set to "**Unknown**" string. When I look at the code, everybody when calling ast_channel_alloc set a channel format like SIP/%s or Zap/%s Only app_voicemail.c doesn't when sending emails and I don't use voicemail. Why app_voicemail needs to allocate a channel to send emails ? And in
2012 Sep 07
1
mount device of 'unknow' filesystem type
hi all! some windows vm's filesystem type is unknown(/dev/sda: unknown), and 'mount' command leads to: 'libguestfs: error: mount: /dev/sda on / (options: ''): mount: you must specify the filesystem type ' if i don't know the type, whether i could mount the device? Thanks! ??
2018 Jul 12
0
filesystem type unknow for lvm root fs
Hi: I am trying to get filesystems of a VM which has root fs on lvm. The libguestfs tool is not able to detect the filesystem type of this. I have attached logs for reference. These disks are exported from vmware vms. Thanks, Abhilasha Revur
2003 Dec 22
1
Unknow socket option report
Hello, >From smb.conf man page: "You may find that on some systems Samba will say "Unknown socket option" when you supply an option. This means you either incorrectly typed it or you need to add an include file to includes.h for your OS. If the latter is the case please send the patch to samba@samba.org <URL:mailto:samba@samba.org>." I'm exactly in that
2004 Jan 02
0
unknow problem
version=3D samba-3.0.0-14.3E LOG=3D [2003/12/27 15:17:27, 0] lib/util_sock.c:read_socket_data(342) read_socket_data: recv failure for 4. Error =3D Connection reset by = peer ---------many times--------- thx~!!From noreply at invalid.com Fri Jan 2 17:04:19 2004 From: noreply at invalid.com (tcg) Date: Fri Jan 2 17:04:39 2004 Subject: [Samba] samba resolves wrong wins ip address In-Reply-To:
2005 Nov 21
0
Logon Failuter: Unknow user or bad password
Dear all I have samba PDC, i added all the computer names with $prefixed in /etc/passwd tdc$:x:1020:501::/dev/null:/sbin/nologin and added the computer with smbpasswd -a -m tdc and added root with smbpasswd -a root and gave password but when i go to the tdc computer, and the computer to the domain name, it says, Logon Failure, Unknown username or Bad password, But i am giving correct username
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.
2015 Jan 13
3
[PATCH] mkfs: add 'label' optional argument
Add the 'label' optional argument to the mkfs action, so it is possible to set a filesystem label direct when creating it. There may be filesystems not supporting changing the label of existing filesystems but only setting it at creation time, so this new optarg will help. Implement it for the most common filesystems (ext*, fat, ntfs, btrfs, xfs), giving an error for all the others, just
2016 Dec 28
3
isohybrid boot from logical partition
Hi, I have been attempting to set up a multi-boot USB stick (i.e. multiple bootable ISO images on the one stick) I have had good success by: - processing ISO with isohybrid (with "partok" flag) - dd'ing ISO to primary partitions on the USB stick (e.g /dev/sdc2, /dev/sdc3, /dev/sdc4) - installing grub to USB stick and configuring to chainload to these partitions To remove the limit
2013 Dec 02
1
Does virsh support offline migration?
I saw some docs referred one option "--offline" for "virsh migrate" on the internet, and there was one section called "Offline Migration" in libvirt.org, but i did find this option on my local machine. So, is it libvirt really support offline migration ? Is that because my libvirt is a little older? Is that option "--offline" right? -- Regards, apporc
2009 Mar 10
5
'unknow column error' when using include and associated table condition in find
Here is my weird problem. Two models like following: Lexeme id:int name:string Structure id:int ref_id:string meta_id:int Lexeme can have many structure records through foreign key ''ref_id'' in the structures table. And these structure records belonging to one lexeme differs between each other using meta_id. And if Lexeme has structures, then there must be a top_struct whose
2015 Mar 13
2
[PATCH] tests: add test case of set-label and vfs-label for btrfs
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- generator/actions.ml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/generator/actions.ml b/generator/actions.ml index fb971d3..d235f1a 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -8591,6 +8591,11 @@ a file in the host and attach it as a device." }; [["part_disk";
2016 Jan 26
1
[PATCH] xfs_admin: do not set lazycounter in tests not checking that
This flag cannot be disabled (yet) in V5 xfs filesystems; since 2 out of the current 3 tests of xfs_admin check other results than that flag, avoid setting it when not needed. --- generator/actions.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index 9ea5736..14902e7 100644 --- a/generator/actions.ml +++
2012 Apr 25
1
[LLVMdev] LLVM Backend for Z80. ADD -> replaced -> OR
Hello. I have played with DataLayout and found a solution with is uknown to me. I added S16 and also s0:16:16, but it had not worked. Then I found that in Z80FrameLowering.h I am calling TargetFrameLowering with stack aligment set to 8. So I changed it to 2 bytes. But this also didn't help. Then I changed llc to show TargetDataLayout and found that a option is set to a0:0:64. So I changed
2006 Mar 19
1
ocfs2 problem
Hi, I am having a two node cluster with rhelu2 OS installed and when i am trying to mount with ocfs ,i am getting the error pasted below. "ocfs2_hb_ctl: Bad magic number in superblock while reading uuid mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" I am getting this error in only one node and in other node it is ok. Is it because in the