similar to: How to get device for drive letter?

Displaying 20 results from an estimated 80000 matches similar to: "How to get device for drive letter?"

2016 Feb 06
1
[PATCH v3] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2016 Feb 05
0
Re: [PATCH] inspect: get windows drive letters for GPT disks.
On Fri, Feb 05, 2016 at 12:15:32PM -0500, Dawid Zamirski wrote: > This patch updates the guestfs_inspect_get_drive_mappings API call to > also return drive letters for GPT paritions. Previously this worked > only for MBR partitions. This is achieved by matching the GPT partition > GUID with the info stored in the blob from > HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT
2016 Feb 05
2
[PATCHv2] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2016 Feb 05
1
Re: [PATCH] inspect: get windows drive letters for GPT disks.
On Fri, 2016-02-05 at 18:08 +0000, Richard W.M. Jones wrote: > On Fri, Feb 05, 2016 at 12:15:32PM -0500, Dawid Zamirski wrote: > > This patch updates the guestfs_inspect_get_drive_mappings API call > > to > > also return drive letters for GPT paritions. Previously this worked > > only for MBR partitions. This is achieved by matching the GPT > > partition > >
2009 Jan 01
4
Mount Windows Server Share as drive letter
Hello all, New to Wine, not so new to Linux but still a newbie. I need to run my Goldmine software on my Ubuntu machine, so I need to mount the drive letter that I use on my workstation (windows) to the share on my Windows server so that Goldmine can see its database and license file. I tried pointing the drive letter to the path using SMB://server/share but that does not seem to work. Please
2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2007 Jan 17
3
Mapping a network drive to a Windows Drive Letter
We have this working. however Some developers edit files using "windows editors" and when they then copy them to the Windows Drive Letter which is mapped to a Unix machine, the resultant file is full of ^M characters..... build breaks..... and so on Until now we have been telling users to run "dos2unix" beforehand, but somebody told me that "Samba" can
2007 Oct 04
3
Setting up common drive w/letter?
I want to configure samba to produce a common area (i.e. /home/shared) as an assigned drive letter to all users. Thus, in addition to users logging into the domain and having an H: drive for their personal account, they will also get an S: drive (for example) for a common area. How do I configure this in smb.conf? Thanks. Scott
2003 Jun 18
3
Drive letter map to Samba using ssh or scp?
OK, what I want to do is access files on my Samba server remotely. Currently, I can use WinSCP, but this isn't ideal because it is more like an FTP client, where you have to download a file, edit it, upload it. I could set up a VPN (using open source software), but these can be kind of a headache to get working (I've done it before) and they don't necessarily support multiple
2008 Jul 19
1
Mapping Drive Through Software
Hello, I am newbie to Linux and Wine. I have Installed Ubuntu Hardy and wine through package manager The Package version is 1.0.0-Ubuntu4~hardy1 I am trying run my own developed application (Delphi 5) which tries to map a UNC path to windows Drive letter. When I try to run the application it says it can not map the drive. I have mounted Windows shares to dosdevices/unc and through wine winefile
2019 Feb 04
1
issue and solution : samba 4.9.4 and win10 1809 : windows could not connect to user profile service aka the home drive letter semi-colon is missing
Hi, Excuse in advance my poor english. After installing two new servers debian buster with samba 4.9.4 , one as AD ,the second as a fileserver, I was stuck when i tried to connect my users. On a Win10 client , i had the message "windows could not connect to user profile service". The only clue i had was in the event viewer, errors concerning svchost.exe_ProfSvc. After digging
2013 Jan 08
1
sftp "cd" command to drive letter under cygwin
Hello. When using sftp under cygwin, a "cd d:" attempt to change to the d: drive, results in the following: sftp> cd d:/ Couldn't canonicalise: No such file or directory. It can only be done by using a cygdrive-type path: sftp> cd /cygdrive/d sftp> pwd Remote working directory: /cygdrive/d sftp> yet a local cd (lcd) works fine. "lcd d:" works, and then lpwd
2006 Jul 06
1
Mkdiskimage exits with syntax (maybe drive letter problem?)
I have had a problem with mkdiskimage for quite a while. It seems to always exit with the syntax messages. I'm not really familiar enough with Perl to figure out exactly what it's checking for there that it determines is incorrect, but, my guess would have to be that it doesn't like the letter. Eg, I think the last time it suceeded I was running it on sda, but, not I'm typically
2005 Jun 22
6
Is it possible to get the first letter of a word?
Hi, I would to get the first letter of a word like: > title_cat TitleCat 1 Training I would like T from Training! Thnaks a lot for your help Sabine --------------------------------- T侀l侀chargez le ici ! [[alternative HTML version deleted]]
2010 Nov 11
1
Catraxx and default cdrom drive
Hi, Newbie alert: Moderate experience with managing a private headless Debian server, a few weeks experience with Ubuntu AMD64 10.10 and a few hours with Wine, version 1.3.6. Main reason for installing wine is that I want to run Catraxx v7.32, a windows-only CD database program. Installing wine was easy; installing catraxx with minor issues but it runs OK now without problems. Except:
2015 May 20
6
[PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
Fixes RHBZ#845234. v3 changes: Drive letters works if inspection is enabled (-m is not given) v2 changes: Ammended so it doesn't do inspection for every dir to list. Maros Zatko (3): virt-ls: support drive letters on Windows virt-ls: update usage for win drive letters docs: amend virt-ls manpage with win drive letters cat/ls.c | 41 +++++++++++++++++++++++++++++++++++++----
2009 Feb 13
2
select on letter
Hi, I was wondering if anybody can help me. In the small data set below I would like to select the index which doesn't contain the letter 'N' in the variable 'letters'. How can I discard these rows when the letter has a different position everytime (but the same letter for the whole column)? index<-c(1,2,3) letters<-c("CCTTGGAA", "NNTTGGAAT",
2011 Nov 01
3
Greek letter
Hi everyone. I'm trying to use small letter phi in a graph produced in R. However, the small letter phi does not look as it should. In fact, it looks like this: http://r.789695.n4.nabble.com/file/n3963311/Untitled.png instead of what is here http://en.wikipedia.org/wiki/Phi Here's the code I use: expression(phi [1]) Anyone has an idea? With regards, Phil -- View this message
2012 Jul 12
3
plot graph by first letter
Hi all, may i know is it possible to plot a graph by first letter? for example: Name: Age: Angel 20 Amelia 20 Bernard 19 Stephanie 20 Vanessa 22 Angeline 23 Camel 21 If I want to plot the name started with letter 'A' and their Angel,
2011 Feb 08
2
Plot where points are treatment letter
I would like to create a plot of y vs x with different treatments where the points are actually the letter of the treatment. Here is the code: A<-as.matrix(rnorm(10,10)) B<-as.matrix(rnorm(10,9.5)) C<-as.matrix(rnorm(10,10.5)) Y<-as.matrix(rnorm(30,13)) X<-rbind(A,B,C) nA<-matrix("A",10,1) nB<-matrix("B",10,1) nC<-matrix("C",10,1)