home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.os.linux.mint      Looks pretty on the outside, thats it!      30,566 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 28,831 of 30,566   
   Paul to Lawrence D'Oliveiro   
   Re: Hard drive question   
   08 Aug 25 01:09:57   
   
   From: nospam@needed.invalid   
      
   On Fri, 8/8/2025 12:05 AM, Lawrence D'Oliveiro wrote:   
   > On Sun, 27 Jul 2025 07:43:44 -0400, Paul wrote:   
   >   
   >> On Linux, the letter on the end is the drive identifier   
   >>   
   >>     Windows Disk0      Linux /dev/sda   
   >>     Windows Disk1      Linux /dev/sdb   
   >>     Windows Disk2      Linux /dev/sdc   
   >   
   > Note also that on *nix systems, the device name is not used to access the   
   > files on the volume. Instead, you mount the volume in an empty directory   
   > called the “mount point”, and the contents of that volume become visible   
   > in that directory. This allows you to have more meaningful names for your   
   > different volumes while they are online.   
   >   
   > This contrasts with DOS/Windows, where “drive letters” like A, B, C etc   
   > are used both to refer to the device and to the mounted volume. This kind   
   > of scheme does not scale.   
   >   
      
   https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats   
      
      In addition to identifying a drive by its drive letter,   
      you can identify a volume by using its volume GUID. This takes the form:   
      
      \\.\Volume{b75e2c83-0000-0000-0000-602f00000000}\Test\Foo.txt   
      \\?\Volume{b75e2c83-0000-0000-0000-602f00000000}\Test\Foo.txt   
      
   I believe it is also possible to call CHKDSK with an identifier   
   similar to that, instead of C: or D: . This can be helpful in cases,   
   where a drive does not have a letter. Note that, while "disktype"   
   utility, returns a "partition GUID", these mountvol identifiers   
   seem to be different and I don't know where those come from.   
      
      chkdsk "\\?\Volume{eb38d03c-29ed-11e2-be65-806e6f6e6963}"   
      
   For example, you can do:   
      
   mountvol   
      
       \\?\Volume{0bd6166a-0836-4041-891c-792df2c72abd}\   
           C:\   
      
       \\?\Volume{c3bc5ab1-c5f0-4dae-838c-751ef868e237}\    <===  This is a   
   hidden partition, equivalent to type 0x27   
           *** NO MOUNT POINTS ***   
      
   Notice, in this example, the trailing backslash should be removed.   
      
   chkdsk \\?\Volume{c3bc5ab1-c5f0-4dae-838c-751ef868e237}   
      
      The type of the file system is NTFS.   
      
      WARNING!  /F parameter not specified.   
      Running CHKDSK in read-only mode.   
      
      Stage 1: Examining basic file system structure ...   
      ...   
      Total duration: 16.57 milliseconds (16 ms).   
      
     Paul   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca