Permanently mount a USB Hard Disk for Security purpose

Nathan Schwarz nathan at notwhite.ro
Mon Oct 20 09:03:17 UTC 2014


On 10-20/11:47, Angelo Moreschini wrote:
> Secondly, the HD should be mounted on the computer ... permanently.
> 
>  Mkdir /media/resqueHD
> 
> mount -t fat32 /dev/sdd1 /media/resqueHD
> 
> and finally, the mounting should be made permanent by adding the line:
> 
> 
>  /dev/sdd1
> /media/mydata ext4 defaults 0 0
fat instead of ext4.
Also, use UUID (under /dev/disk/by-uuid/) instead of /dev/sdxn. UUID is
reliable, while /dev/sdxn is not.

Keep in mind that FAT is not a journaling filesystem and can only keep
up to 4GB in a single file. Consider NTFS, if you have to use a 
windows-compatible fs.

-Nathan
-- 
/"\  ASCII Ribbon Campaign
\ /  - against HTML emails
 X   - against proprietory attachments
/ \  http://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign



More information about the users mailing list