給硬碟加密

2021-09-20 23:52:42 字數 2251 閱讀 8410

1.先用fdisk分乙個新分割槽

[root@server8 ~]# fdisk -cu /dev/vdb 

command (m for

help): d 

selected partition 1 

command (m for

help): w 

the partition table

has been altered! 

calling ioctl() to

re-read

partition 

table

. syncing disks. 

[root@server8 ~]# cat /proc/partitions  檢視分割槽表

我們建立了/dev/vdb1,先不要格式化

2,

[root@server8 ~]# cryptsetup luksformat /dev/vdb1 

warning! 

*****=== 

this will overwrite data on

/dev/vdb1 irrevocably. 

are you sure? (type uppercase yes): yes  這裡一定要用大寫

enter luks passphrase:  

verify passphrase:  

[root@server8 ~]# cryptsetup luksopen  /dev/vdb1 yanzhao給vdb1做個對映,對映到yanzhao

enter passphrase for

/dev/vdb1:  

[root@server8 ~]# mkdir /jiami 

3.

mke2fs 1.41.12 (17-may-2010) 

filesystem label= 

os type: linux 

block size

=1024 (log=0) 

fragment size

=1024 (log=0) 

stride=0 blocks, stripe width=0 blocks 

50800 inodes, 202752 blocks 

10137 blocks (5.00%) reserved for

the super 

user

first

data block=1 

maximum filesystem blocks=67371008 

25 block groups 

8192 blocks per group

, 8192 fragments per 

group

2032 inodes per group

superblock backups stored on

blocks:  

8193, 24577, 40961, 57345, 73729 

writing inode tables: done                             

creating journal (4096 blocks): done 

writing superblocks and

filesystem accounting information: done 

this filesystem will be automatically checked every 22 mounts or

180 days, whichever comes first

.  use tune2fs -c 

or-i 

tooverride. 

[root@server8 ~]# cd /jiami/ 

[root@server8 jiami]# touch yanzhao 建乙個檔案

[root@server8 jiami]# ls 

lost+found  yanzhao 

[root@server8 jiami]# ls 

lost+found  yanzhao 

[root@server8 ~]# cryptsetup luksclose yanzhao關閉對映

[root@server8 ~]# cd /jiami 

[root@server8 jiami]# ls我的檔案不見來

怎樣給U盤加密和怎樣給行動硬碟加密

的u盤加密軟體就可以了。這款u盤加密的軟體最大的特點是不用安裝,只要乙個exe檔案。你把它放到你需要加密的u盤裡,就可以加密u盤裡的資料了。並且到任何一台電腦上都可以加密和解密,很方便。下面我就給大家說一下如何使用u盤超級加密3000給u盤加密。步驟 方法 2.雙擊ude.exe,就會彈出乙個密碼輸...

linux硬碟加密

硬碟加密方案一 通過分割槽加密啟用資料保密 luks linux 統一金鑰設定 是標準的裝置加密格式。luks 可以對分割槽或捲進行加密。必須首先對加密的卷進行解密,才能掛載其中的檔案系統。首先你想加密分割槽,你應該分出乙個分割槽吧,fdisk cu dev sdb 輸入大寫的yes 進入之後按 n...

雲硬碟加密

授權evs訪問kms。授權成功後,系統會為您建立預設主金鑰 evs default 此金鑰用來加密雲硬碟。說明 雲硬碟的加密依賴kms,首次使用加密功能時,需要授權evs訪問kms。當授權成功後,使用者組中的所有使用者使用加密功能均無需再次進行授權操作。選擇金鑰。您可以選擇使用的金鑰如下 預設主金鑰...