Permanently mount a USB Hard Disk for Security purpose

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,


for the first time I have to solve this kind of problem, that's way I would like to ask for some advice how to make correctly the installation of a "permanent" USB hard drive to use for saving data ...


The HD in question should have two partitions:

I think a USB HD should be suitable for this need (backup) for being able easily to remove and immediatly use, the stored data, on another computers.

I think I should first create -on the USB Hard Disk (that I could to use Gparted for this purpose)- two partitions of type MSDOS and then I should format these partitions in FAT32 format:
this is because 'the MSDOS type of partition and format FAT32 should ensure the possibility' of using the data both on Linux and on Windows systems.


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


to file /etc/fstab



finally

rsync -av dataToCheck /media/resqueHD/directory


Is this correct... and if it is also convenient to do ?

Thank you


Regards


Angelo


-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux