如何从Linux中设置该位以使其受到windows的尊重?
GNU Parted 3.0Using /dev/sdaWelcome to GNU Parted! Type 'help' to vIEw a List of commands.(parted) printprintModel: LaCIE P9220 (scsi)disk /dev/sda: 1000GBSector size (logical/physical): 512B/512BPartition table: gptNumber Start End Size file system name Flags 1 1049kB 8001MB 8000MB fat32 SD_Recovery 2 8001MB 8101MB 101MB ext4 SD_OS hIDden 3 8101MB 8201MB 99.6MB SD_Page hIDden 4 8201MB 520GB 512GB ext4 SD_Data0 hIDden 5 520GB 1000GB 480GB ext4 SD_Data1 hIDden
和windows中的相同磁盘
disKPART> lis vol Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- ... Volume 7 E fat32 Partition 7629 MB Healthy Volume 8 H RAW Partition 96 MB Healthy Volume 9 I RAW Partition 95 MB Healthy Volume 10 J RAW Partition 476 GB Healthy Volume 11 K RAW Partition 447 GB HealthydisKPART>解决方法@H_502_12@ 我不确定哪个属性位用于定义隐藏分区,您需要查看源代码.但是根据你所经历的,它必须是不同的.
Microsoft为GPT定义了这些分区属性:
第60位 – 只读,
第62位 – 隐藏,
第63位 – 不要自动挂载
有关更多信息,请参阅this wiki article.
你会如何从linux做到这一点?那么你可以检查分开的文档,看看是否允许你为分区条目设置自定义属性位;如果没有,那么你需要修改源代码,让它设置微软使用的位.
总结以上是内存溢出为你收集整理的从Linux(分开)在partion上设置’hidden’属性是不是受到Windows的尊重?全部内容,希望文章能够帮你解决从Linux(分开)在partion上设置’hidden’属性是不是受到Windows的尊重?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)