'2022/06'에 해당되는 글 52건

  1. 2022.06.25 어머니 생신
  2. 2022.06.24 회사 야유회
  3. 2022.06.23 macos catalina iso 파일
  4. 2022.06.22 bash set -e set -x
  5. 2022.06.21 소리가 끊어진다 -_-
  6. 2022.06.20 케이블 규격(S/UTP, SF/UTP)
  7. 2022.06.20 FMS(Frequency modulation spectroscopy)
  8. 2022.06.20 linux iio adc + rpi
  9. 2022.06.20 PID 제어... 2?
  10. 2022.06.20 macos iso

린찐 이라는 데가 연애인 부부가 하는 곳일줄이야 ?

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

보일러 고장  (0) 2022.07.01
6.25  (0) 2022.06.25
일정 끝  (0) 2022.06.05
빛나는 배드민턴 공  (0) 2022.06.01
피곤  (0) 2022.05.26
Posted by 구차니

어우 빡세다

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

시간만 지나간다.  (0) 2022.07.18
상큼한 월요일. 지각 -_-  (0) 2022.07.04
총제적 난국  (0) 2022.06.15
외근  (0) 2022.06.14
터널화재  (0) 2022.06.09
Posted by 구차니
Apple2022. 6. 23. 10:03

윈도우에서 받고 보니 읭..? 손상된 파일?

생각해보니 iso 포맷은 파일 시스템과는 별개였던가...? 를 급 고민

 

 

일반적으로 윈도우를 기준으로 autorun.inf도 넣고 하다보니

iso = vfat/fat32 식으로 생각을 했던거지

굳이 iso가 fat32를 채택할 이유도 없으니 저 파일이 열리지 않는건

파일 시스템이 fat가 아닌 apfs나 hfs로 되어있어서 그런 듯?

$ file macOS\ Catalina\ 10.15.5\ \(19F101\).iso
macOS Catalina 10.15.5 (19F101).iso: Apple Driver Map, blocksize 512, blockcount 17408000, devtype 0, devid 0, driver count 0, contains[@0x200]: Apple Partition Map, map block count 3, start block 1, block count 63, name Apple, type Apple_partition_map, valid, allocated, contains[@0x400]: Apple Partition Map, map block count 3, start block 64, block count 262144, type Apple_Free, contains[@0x600]: Apple Partition Map, map block count 3, start block 262208, block count 17145792, name disk image, type Apple_HFS, valid, allocated, readable, writable, mount at startup

 

맥에서 보니.. 아래와 같이 거의 동일하게 출력된다.

% file macOS\ Catalina\ 10.15.5\ \(19F101\).iso
macOS Catalina 10.15.5 (19F101).iso: Apple Driver Map, blocksize 512, blockcount 17408000, devtype 0, devid 0, driver count 0, contains[@0x200]: Apple Partition Map, map block count 3, start block 1, block count 63, name Apple, type Apple_partition_map, valid, allocated, contains[@0x400]: Apple Partition Map, map block count 3, start block 64, block count 262144, type Apple_Free, contains[@0x600]: Apple Partition Map, map block count 3, start block 262208, block count 17145792, name disk image, type Apple_HFS, valid, allocated, readable, writable, mount at startup

 

[링크 : https://en.wikipedia.org/wiki/Optical_disc_image]

[링크 : https://en.wikipedia.org/wiki/Universal_Disk_Format]

[링크 : https://en.wikipedia.org/wiki/ISO_9660]

 

# mount -t hfsplus image.dmg /mnt/cdrom

[링크 : https://serverfault.com/questions/68254/mount-hybrid-iso-iso-9660-hfs-under-linux]

[링크 : https://superuser.com/questions/1605786/how-can-i-make-an-ext4-iso-either-from-a-bootable-drive-or-from-iso9660]

 

$ cat /proc/filesystems
nodev   sysfs
nodev   tmpfs
nodev   bdev
nodev   proc
nodev   cgroup
nodev   cgroup2
nodev   cpuset
nodev   devtmpfs
nodev   configfs
nodev   debugfs
nodev   tracefs
nodev   securityfs
nodev   sockfs
nodev   bpf
nodev   pipefs
nodev   ramfs
nodev   hugetlbfs
nodev   devpts
        ext3
        ext2
        ext4
        squashfs
        vfat
nodev   ecryptfs
        fuseblk
nodev   fuse
nodev   fusectl
nodev   mqueue
nodev   pstore
nodev   autofs
nodev   rpc_pipefs
nodev   nfsd
nodev   binfmt_misc

 

apfs-fuse 를 이용하여 마운트는 가능하다고.

[링크 : https://linuxnewbieguide.org/how-to-mount-macos-apfs-disk-volumes-in-linux/]

[링크 : https://github.com/sgan81/apfs-fuse.git]

 

 

+

iso 파일 마운트 해서 목록 확인한 결과.. resource/createinstallmedia 이건가?

% tree
.
├── Install macOS Catalina.app
│   └── Contents
│       ├── Frameworks
│       │   ├── IAESD.framework -> OSInstallerSetup.framework/Versions/A/Frameworks/IAESD.framework
│       │   └── OSInstallerSetup.framework
│       │       ├── OSInstallerSetup -> Versions/Current/OSInstallerSetup
│       │       ├── Resources -> Versions/Current/Resources
│       │       └── Versions
│       │           ├── A
│       │           │   ├── Frameworks
│       │           │   │   ├── IAESD.framework
│       │           │   │   │   ├── IAESD -> Versions/Current/IAESD
│       │           │   │   │   ├── Resources -> Versions/Current/Resources
│       │           │   │   │   └── Versions
│       │           │   │   │       ├── A
│       │           │   │   │       │   ├── Frameworks
│       │           │   │   │       │   │   ├── IABridgeOSInstall.framework
│       │           │   │   │       │   │   │   ├── IABridgeOSInstall -> Versions/Current/IABridgeOSInstall
│       │           │   │   │       │   │   │   ├── Resources -> Versions/Current/Resources
│       │           │   │   │       │   │   │   └── Versions
│       │           │   │   │       │   │   │       ├── A
│       │           │   │   │       │   │   │       │   ├── IABridgeOSInstall
│       │           │   │   │       │   │   │       │   ├── Resources
│       │           │   │   │       │   │   │       │   │   ├── BOSError.strings
│       │           │   │   │       │   │   │       │   │   ├── Info.plist
│       │           │   │   │       │   │   │       │   │   ├── framework.sb
│       │           │   │   │       │   │   │       │   │   └── version.plist
│       │           │   │   │       │   │   │       │   └── _CodeSignature
│       │           │   │   │       │   │   │       │       └── CodeResources
│       │           │   │   │       │   │   │       └── Current -> A
│       │           │   │   │       │   │   ├── IAInstallerUtilities.framework
│       │           │   │   │       │   │   │   ├── IAInstallerUtilities -> Versions/Current/IAInstallerUtilities
│       │           │   │   │       │   │   │   ├── Resources -> Versions/Current/Resources
│       │           │   │   │       │   │   │   └── Versions
│       │           │   │   │       │   │   │       ├── A
│       │           │   │   │       │   │   │       │   ├── IAInstallerUtilities
│       │           │   │   │       │   │   │       │   ├── Resources
│       │           │   │   │       │   │   │       │   │   ├── Info.plist
│       │           │   │   │       │   │   │       │   │   └── version.plist
│       │           │   │   │       │   │   │       │   └── _CodeSignature
│       │           │   │   │       │   │   │       │       └── CodeResources
│       │           │   │   │       │   │   │       └── Current -> A
│       │           │   │   │       │   │   ├── IAMiniSoftwareUpdate.framework
│       │           │   │   │       │   │   │   ├── IAMiniSoftwareUpdate -> Versions/Current/IAMiniSoftwareUpdate
│       │           │   │   │       │   │   │   ├── Resources -> Versions/Current/Resources
│       │           │   │   │       │   │   │   └── Versions
│       │           │   │   │       │   │   │       ├── A
│       │           │   │   │       │   │   │       │   ├── IAMiniSoftwareUpdate
│       │           │   │   │       │   │   │       │   ├── Resources
│       │           │   │   │       │   │   │       │   │   ├── Info.plist
│       │           │   │   │       │   │   │       │   │   └── version.plist
│       │           │   │   │       │   │   │       │   └── _CodeSignature
│       │           │   │   │       │   │   │       │       └── CodeResources
│       │           │   │   │       │   │   │       └── Current -> A
│       │           │   │   │       │   │   ├── IAOSPersonalization.framework
│       │           │   │   │       │   │   │   ├── IAOSPersonalization -> Versions/Current/IAOSPersonalization
│       │           │   │   │       │   │   │   ├── Resources -> Versions/Current/Resources
│       │           │   │   │       │   │   │   └── Versions
│       │           │   │   │       │   │   │       ├── A
│       │           │   │   │       │   │   │       │   ├── IAOSPersonalization
│       │           │   │   │       │   │   │       │   ├── Resources
│       │           │   │   │       │   │   │       │   │   ├── Info.plist
│       │           │   │   │       │   │   │       │   │   ├── OSPError.strings
│       │           │   │   │       │   │   │       │   │   ├── framework.sb
│       │           │   │   │       │   │   │       │   │   └── version.plist
│       │           │   │   │       │   │   │       │   └── _CodeSignature
│       │           │   │   │       │   │   │       │       └── CodeResources
│       │           │   │   │       │   │   │       └── Current -> A
│       │           │   │   │       │   │   └── IAPackageKit.framework
│       │           │   │   │       │   │       ├── IAPackageKit -> Versions/Current/IAPackageKit
│       │           │   │   │       │   │       ├── Resources -> Versions/Current/Resources
│       │           │   │   │       │   │       └── Versions
│       │           │   │   │       │   │           ├── A
│       │           │   │   │       │   │           │   ├── IAPackageKit
│       │           │   │   │       │   │           │   ├── Resources
│       │           │   │   │       │   │           │   │   ├── Info.plist
│       │           │   │   │       │   │           │   │   └── version.plist
│       │           │   │   │       │   │           │   └── _CodeSignature
│       │           │   │   │       │   │           │       └── CodeResources
│       │           │   │   │       │   │           └── Current -> A
│       │           │   │   │       │   ├── IAESD
│       │           │   │   │       │   ├── Resources
│       │           │   │   │       │   │   ├── Info.plist
│       │           │   │   │       │   │   └── version.plist
│       │           │   │   │       │   └── _CodeSignature
│       │           │   │   │       │       └── CodeResources
│       │           │   │   │       └── Current -> A
│       │           │   │   └── OSInstallerSetupInternal.framework
│       │           │   │       ├── OSInstallerSetupInternal -> Versions/Current/OSInstallerSetupInternal
│       │           │   │       ├── Resources -> Versions/Current/Resources
│       │           │   │       └── Versions
│       │           │   │           ├── A
│       │           │   │           │   ├── OSInstallerSetupInternal
│       │           │   │           │   ├── Resources
│       │           │   │           │   │   ├── Info.plist
│       │           │   │           │   │   ├── InstalledSystemSizes.plist
│       │           │   │           │   │   ├── ar.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ca.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── cs.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── da.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── de.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── el.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── en.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── en_AU.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── en_GB.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── es.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── es_419.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── fi.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── fr.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── fr_CA.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── he.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── hi.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── hr.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── hu.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── id.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── it.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ja.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ko.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ms.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── nl.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── no.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── pl.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── pt.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── pt_PT.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ro.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── ru.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── sk.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── sv.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── th.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── tr.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── uk.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── version.plist
│       │           │   │           │   │   ├── vi.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── zh_CN.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   ├── zh_HK.lproj
│       │           │   │           │   │   │   ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │   │   ├── OSISError_Server.strings
│       │           │   │           │   │   │   └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   │   └── zh_TW.lproj
│       │           │   │           │   │       ├── OSISErrorRecoverySuggestion_Server.strings
│       │           │   │           │   │       ├── OSISError_Server.strings
│       │           │   │           │   │       └── OSISLinkedFileDownload_error.strings
│       │           │   │           │   └── _CodeSignature
│       │           │   │           │       └── CodeResources
│       │           │   │           └── Current -> A
│       │           │   ├── OSInstallerSetup
│       │           │   ├── Resources
│       │           │   │   ├── Info.plist
│       │           │   │   ├── ar.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ca.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── cleanup_installer
│       │           │   │   ├── cs.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── da.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── de.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── el.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── en.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── en_AU.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── en_GB.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── es.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── es_419.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── fi.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── fr.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── fr_CA.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── he.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── hi.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── hr.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── hu.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── id.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── it.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ja.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ko.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ms.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── nl.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── no.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── osinstallersetupd
│       │           │   │   ├── osinstallersetupplaind
│       │           │   │   ├── osinstallersetupyosemiteplaind
│       │           │   │   ├── osishelperd
│       │           │   │   ├── osisstashhelper
│       │           │   │   ├── pl.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── pt.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── pt_PT.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ro.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── ru.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── sk.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── sv.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── th.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── tr.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── uk.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── version.plist
│       │           │   │   ├── vi.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── zh_CN.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   ├── zh_HK.lproj
│       │           │   │   │   ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │   │   └── OSISError_Client.strings
│       │           │   │   └── zh_TW.lproj
│       │           │   │       ├── OSISErrorRecoverySuggestion_Client.strings
│       │           │   │       └── OSISError_Client.strings
│       │           │   └── _CodeSignature
│       │           │       └── CodeResources
│       │           └── Current -> A
│       ├── Info.plist
│       ├── MacOS
│       │   ├── InstallAssistant
│       │   ├── InstallAssistant_plain
│       │   └── InstallAssistant_springboard
│       ├── PkgInfo
│       ├── PlugIns
│       │   ├── DiskManagement.IABundle
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── DiskManagement
│       │   │       ├── _CodeSignature
│       │   │       │   └── CodeResources
│       │   │       └── version.plist
│       │   ├── IA.bundle
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   ├── IA
│       │   │       │   └── libBaseIA.dylib
│       │   │       ├── Resources
│       │   │       │   ├── AirPort.icns
│       │   │       │   ├── Base.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.nib
│       │   │       │   │   ├── IACustomizeSheet.nib
│       │   │       │   │   ├── IASetupWindow.nib
│       │   │       │   │   └── IATargetSelectItem.nib
│       │   │       │   ├── IAPPCAppsList.plist
│       │   │       │   ├── ar.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── backup.icns
│       │   │       │   ├── ca.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── cs.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── da.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── de.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── el.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── en.lproj
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── en_AU.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── en_GB.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── es.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── es_419.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── fi.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── fr.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── fr_CA.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── he.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── hi.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── hr.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── hu.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── id.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── it.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── ja.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── ko.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── ms.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── nl.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── no.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── pl.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── pt.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── pt_PT.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── ro.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── ru.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── sk.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── sv.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── th.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── tr.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── uk.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── vi.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── zh_CN.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   ├── zh_HK.lproj
│       │   │       │   │   ├── IACompatibilityCheckerWindowController.strings
│       │   │       │   │   ├── IACustomizeSheet.strings
│       │   │       │   │   ├── IASetupWindow.strings
│       │   │       │   │   ├── IATargetSelectItem.strings
│       │   │       │   │   └── SUTimeRemainingFormatter.strings
│       │   │       │   └── zh_TW.lproj
│       │   │       │       ├── IACompatibilityCheckerWindowController.strings
│       │   │       │       ├── IACustomizeSheet.strings
│       │   │       │       ├── IASetupWindow.strings
│       │   │       │       ├── IATargetSelectItem.strings
│       │   │       │       └── SUTimeRemainingFormatter.strings
│       │   │       ├── _CodeSignature
│       │   │       │   └── CodeResources
│       │   │       └── version.plist
│       │   └── IACoreStorage.IABundle
│       │       └── Contents
│       │           ├── Info.plist
│       │           ├── MacOS
│       │           │   └── IACoreStorage
│       │           ├── _CodeSignature
│       │           │   └── CodeResources
│       │           └── version.plist
│       ├── Resources
│       │   ├── Base.lproj
│       │   │   └── MainMenu.nib
│       │   ├── CompatibilityNotificationData.bundle
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── Resources
│       │   │       │   ├── CompatibilityNotificationData.plist
│       │   │       │   ├── ar.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ca.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── cs.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── da.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── de.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── el.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── en.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── en_AU.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── en_GB.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── es.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── es_419.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── fi.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── fr.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── fr_CA.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── he.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── hi.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── hr.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── hu.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── id.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── it.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ja.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ko.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ms.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── nl.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── no.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── pl.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── pt.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── pt_PT.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ro.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── ru.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── sk.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── sv.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── th.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── tr.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── uk.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── vi.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── zh_CN.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   ├── zh_HK.lproj
│       │   │       │   │   └── Localizable.strings
│       │   │       │   └── zh_TW.lproj
│       │   │       │       └── Localizable.strings
│       │   │       ├── _CodeSignature
│       │   │       │   ├── CodeDirectory
│       │   │       │   ├── CodeRequirements
│       │   │       │   ├── CodeRequirements-1
│       │   │       │   ├── CodeResources
│       │   │       │   └── CodeSignature
│       │   │       └── version.plist
│       │   ├── DarkProductPageIcon.icns
│       │   ├── InstallAssistant.icns
│       │   ├── ProductPageIcon.icns
│       │   ├── ProductPageIcon_256x256.tiff
│       │   ├── ProductPageIcon_512x512.tiff
│       │   ├── ar.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── arrowbutton.tiff
│       │   ├── arrowbuttonFocus.tiff
│       │   ├── arrowbuttonFocusPressed.tiff
│       │   ├── arrowbuttonPressed.tiff
│       │   ├── ca.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── cancel.tiff
│       │   ├── cancelFocus.tiff
│       │   ├── cancelFocusPressed.tiff
│       │   ├── cancelPressed.tiff
│       │   ├── createinstallmedia
│       │   ├── cs.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── da.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── de.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── el.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── en.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   └── Localizable.strings
│       │   ├── en_AU.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── en_GB.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── es.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── es_419.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── fi.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── fr.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── fr_CA.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── he.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── hi.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── hr.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── hu.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── id.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── it.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── ja.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── ko.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── moreInfo.tiff
│       │   ├── moreInfoFocus.tiff
│       │   ├── moreInfoFocusPressed.tiff
│       │   ├── moreInfoPressed.tiff
│       │   ├── ms.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── nl.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── no.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── pl.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── pt.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── pt_PT.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── restart.tiff
│       │   ├── restartFocus.tiff
│       │   ├── restartFocusPressed.tiff
│       │   ├── restartPressed.tiff
│       │   ├── ro.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── ru.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── sk.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── startosinstall
│       │   ├── sv.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── th.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── tr.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── uk.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── vi.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── zh_CN.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   ├── zh_HK.lproj
│       │   │   ├── APFSEraseInstructions.rtf
│       │   │   ├── InfoPlist.strings
│       │   │   ├── Localizable.strings
│       │   │   └── MainMenu.strings
│       │   └── zh_TW.lproj
│       │       ├── APFSEraseInstructions.rtf
│       │       ├── InfoPlist.strings
│       │       ├── Localizable.strings
│       │       └── MainMenu.strings
│       ├── SharedSupport
│       │   ├── AppleDiagnostics.chunklist
│       │   ├── AppleDiagnostics.dmg
│       │   ├── BaseSystem.chunklist
│       │   ├── BaseSystem.dmg
│       │   ├── InstallESD.dmg
│       │   └── InstallInfo.plist
│       ├── _CodeSignature
│       │   └── CodeResources
│       └── version.plist
├── Library
│   └── Preferences
│       └── SystemConfiguration
│           └── com.apple.Boot.plist
├── System
│   └── Library
│       ├── CoreServices
│       │   ├── BridgeVersion.bin
│       │   ├── PlatformSupport.plist
│       │   ├── SystemVersion.plist
│       │   ├── boot.efi
│       │   ├── boot.efi.j132ap.im4m
│       │   ├── boot.efi.j137ap.im4m
│       │   ├── boot.efi.j140aap.im4m
│       │   ├── boot.efi.j140kap.im4m
│       │   ├── boot.efi.j152fap.im4m
│       │   ├── boot.efi.j160ap.im4m
│       │   ├── boot.efi.j174ap.im4m
│       │   ├── boot.efi.j213ap.im4m
│       │   ├── boot.efi.j214ap.im4m
│       │   ├── boot.efi.j214kap.im4m
│       │   ├── boot.efi.j223ap.im4m
│       │   ├── boot.efi.j230ap.im4m
│       │   ├── boot.efi.j230kap.im4m
│       │   ├── boot.efi.j680ap.im4m
│       │   ├── boot.efi.j780ap.im4m
│       │   ├── boot.efi.x589amludev.im4m
│       │   ├── boot.efi.x589iclydev.im4m
│       │   ├── bootbase.efi.j132ap.im4m
│       │   ├── bootbase.efi.j137ap.im4m
│       │   ├── bootbase.efi.j140aap.im4m
│       │   ├── bootbase.efi.j140kap.im4m
│       │   ├── bootbase.efi.j152fap.im4m
│       │   ├── bootbase.efi.j160ap.im4m
│       │   ├── bootbase.efi.j174ap.im4m
│       │   ├── bootbase.efi.j213ap.im4m
│       │   ├── bootbase.efi.j214ap.im4m
│       │   ├── bootbase.efi.j214kap.im4m
│       │   ├── bootbase.efi.j223ap.im4m
│       │   ├── bootbase.efi.j230ap.im4m
│       │   ├── bootbase.efi.j230kap.im4m
│       │   ├── bootbase.efi.j680ap.im4m
│       │   ├── bootbase.efi.j780ap.im4m
│       │   ├── bootbase.efi.x589amludev.im4m
│       │   └── bootbase.efi.x589iclydev.im4m
│       └── PrelinkedKernels
│           ├── immutablekernel
│           ├── immutablekernel.j132ap.im4m
│           ├── immutablekernel.j137ap.im4m
│           ├── immutablekernel.j140aap.im4m
│           ├── immutablekernel.j140kap.im4m
│           ├── immutablekernel.j152fap.im4m
│           ├── immutablekernel.j160ap.im4m
│           ├── immutablekernel.j174ap.im4m
│           ├── immutablekernel.j213ap.im4m
│           ├── immutablekernel.j214ap.im4m
│           ├── immutablekernel.j214kap.im4m
│           ├── immutablekernel.j223ap.im4m
│           ├── immutablekernel.j230ap.im4m
│           ├── immutablekernel.j230kap.im4m
│           ├── immutablekernel.j680ap.im4m
│           ├── immutablekernel.j780ap.im4m
│           ├── immutablekernel.x589amludev.im4m
│           ├── immutablekernel.x589iclydev.im4m
│           └── prelinkedkernel
└── usr
    └── standalone
        └── i386
            └── SecureBoot.bundle
                └── Contents
                    ├── Info.plist
                    ├── Resources
                    │   └── BuildManifest.plist
                    ├── _CodeSignature
                    │   ├── CodeDirectory
                    │   ├── CodeRequirements
                    │   ├── CodeResources
                    │   └── CodeSignature
                    └── version.plist


295 directories, 761 files

'Apple' 카테고리의 다른 글

맥북 초기화 하기  (0) 2022.12.27
맥북에어 외부 모니터 사용하기 + 화면끄기  (2) 2022.08.27
macos iso  (0) 2022.06.20
맥 화면 90도 돌리기  (0) 2022.06.18
맥 초기화, 설치 usb?  (0) 2022.06.18
Posted by 구차니
Linux2022. 6. 22. 17:39

-e 는 에러 발생시 중단하지 않도록

+e는 에러 발생시 중단하도록 설정

-x -e와 동일하나 종료시 실행위치 출력

 

[링크 : https://frankler.tistory.com/59]

[링크 : https://tech.ezphp.net/8]

'Linux' 카테고리의 다른 글

dmesg -w  (0) 2022.06.30
dmesg log_buf_len  (0) 2022.06.29
linux cache clear  (0) 2022.02.11
sort 컬럼 별 정렬하기  (0) 2022.02.08
elementary os  (0) 2022.01.28
Posted by 구차니
개소리 왈왈/컴퓨터2022. 6. 21. 22:38

유튜브랑 동영상이랑 갈수록 거슬리게 끊어지네..

드라이버 가장 최신(라고 해도 2017년 10월..) 설치해도 여전하고

재설치해도 그렇고..

 

차라리 asus 드라이버 대신 ms whql 최신버전을 쓰는게 나으려나?

 

+

2022.06.24

드라이버 삭제하면 아래와 같은 버전으로 출력되는데 확실히 소리가 끊어지는 문제는 해결되는 듯.

다만.. 2채널 만 되서 그걸 또 해결해야 하는게 함정..

+

차라리 한 버전 앞으로 내려오니 문제없이 작동 하는 듯.

 

+

2022.06.26

들어보니 여전히 조금씩 끊어진다. CPU가 이제 못버티는 걸까.. 사운드 카드가 망가진걸까?

 

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

삼성 플렉스 알파 하판 분해  (2) 2022.07.12
메인보드 사운드 카드 고장?  (0) 2022.06.26
우퍼.. 계륵?  (0) 2022.06.19
저음을 좋아하면 늙은 거 라던데  (0) 2022.06.17
LG SH5 블루투스, 음악감상  (0) 2022.06.12
Posted by 구차니
하드웨어/Network 장비2022. 6. 20. 16:32

SF/UTP라는 명칭은 ISO/IEC11801 명칭을 따르는 것이고

SFTP/ STP 등으로 산업에서 사용된다고 한다.

 

대충 보니.. 케이블 자체 실드, twisted pair 실드 로 나뉘는 듯

[링크 : https://www.universalnetworks.co.uk/faq/what-does-utp-s-utp-ftp-stp-and-sftp-mean/]

 

SF/UTP면 Twisted Pair 에는 실드가 없어야 하는데.. 표가 잘못된걸려나?

[링크 : https://www.icbanq.com/P008126501]

Posted by 구차니

 

Modulation techniques make use of the fact that technical noise usually decreases with increasing frequency (often referred to as a 1/f noise) and improves on the signal contrast by encoding and detecting the absorption signal at a high frequency, where the noise level is low. The most common modulation techniques, wavelength modulation spectroscopy (WMS)[2] and frequency modulation spectroscopy (FMS),[3] achieve this by rapidly scanning the frequency of the light across the absorbing transition.

[링크 : https://en.wikipedia.org/wiki/Laser_absorption_spectrometry]

 

주파수 변조 분광학 연구(논문)

[링크 : http://koreascience.or.kr/article/CFKO199111919763456.pdf]

 

Frequency modulation (FM) spectroscopy

[링크 : https://link.springer.com/article/10.1007/BF00688820]

 

[링크 : https://dynamics.eps.hw.ac.uk/Frequency_Modulated_Spectroscopy.php]

'이론 관련 > 사진 광학 관련' 카테고리의 다른 글

modulated laser  (0) 2022.08.03
lock-in amplifier (LIA)  (0) 2022.07.11
pantograph router (축도기)  (0) 2019.04.25
호모그래피  (0) 2019.01.14
게라레 현상?  (0) 2017.09.13
Posted by 구차니
embeded/raspberry pi2022. 6. 20. 14:42

industrial io(iio)

The mcp320x driver interface is through sysfs.
The first device will be found here /sys/bus/iio/devices/iio:device0

# ls /sys/bus/iio/devices/iio\:device0
dev                       in_voltage2-voltage3_raw  in_voltage5_raw           name
in_voltage-voltage_scale  in_voltage2_raw           in_voltage6-voltage7_raw  of_node
in_voltage0-voltage1_raw  in_voltage3_raw           in_voltage6_raw           power
in_voltage0_raw           in_voltage4-voltage5_raw  in_voltage7_raw           subsystem
in_voltage1_raw           in_voltage4_raw           in_voltage_scale          uevent

# cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw
514

[링크 : https://jumpnowtek.com/rpi/Using-mcp3008-ADCs-with-Raspberry-Pis.html]


[링크 :
https://github.com/scottellis/mcp3008-poll/blob/master/mcp3008-poll.c]

[링크 : https://github.com/scottellis/mcp3008-poll]

'embeded > raspberry pi' 카테고리의 다른 글

rpi3b에서 wayvnc 빌드 + 실행하기  (0) 2022.08.10
raspberrypi wayland compositor 설정  (0) 2022.08.10
PI 400 써봄  (0) 2022.05.25
라즈베리 파이2 / 마인크래프트  (0) 2022.03.18
rpi opencv python pid servo  (0) 2022.03.08
Posted by 구차니
이론 관련/전기 전자2022. 6. 20. 11:50

소스코드

[링크 : https://m.blog.naver.com/youngsu3000/50130644626]

 

가시화(그래프)

[링크 : https://m.blog.naver.com/ann_arbor/221354662048]

 

튜닝

[링크 : https://sensibilityit.tistory.com/442]

 

지글러-니콜스 방법

1. 계단응답곡선 이용한 방법

2. 임계이득과 임계주기를 이용한 방법

[링크 : https://m.blog.naver.com/dkwltmdgus/220939484841]

'이론 관련 > 전기 전자' 카테고리의 다른 글

헤테로다인  (0) 2022.08.08
ramp wave = sawtooth wave  (0) 2022.08.03
12V 에서 저항으로 5V 만들...기?  (0) 2022.06.16
a/w  (0) 2022.06.02
TR과 저항으로 AND, OR, NOT구현하기  (0) 2022.04.28
Posted by 구차니
Apple2022. 6. 20. 11:10

만 받는데 없나.. (공식적으로)

 

설치법

[링크 : https://kimsungjin.tistory.com/438]

 

iso로 되어있긴한데.. 일단 받아는 보자..

[링크 : https://techsprobe.com/download-iso-file-of-macos-catalina-10-15-virtual-images/]

 

big sur patch 라는게 있다고 한다.

[링크 : https://finfetworld.tistory.com/entry/맥북-프로-2012-13에-Big-Sur-설치하기]

[링크 : https://bensova.gitbook.io/big-sur/]

'Apple' 카테고리의 다른 글

맥북에어 외부 모니터 사용하기 + 화면끄기  (2) 2022.08.27
macos catalina iso 파일  (0) 2022.06.23
맥 화면 90도 돌리기  (0) 2022.06.18
맥 초기화, 설치 usb?  (0) 2022.06.18
USB 이더넷 인식이 맥에서 안되네?  (0) 2022.06.18
Posted by 구차니