This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSD disk problems

Hi,

I have UTM 9.1 Home User License and my internal SSD his giving some problems, I want to buy a new one, is it possible to "clone" the data from the older to the new one? 
I want to avoid installing the all UTM (rules, configs, etc..) from the scratch.

Thanks.


This thread was automatically locked due to age.
  • Why not simply save the configuration and import after reinstall? You'll only loose reporting data.
  • Why not simply save the configuration and import after reinstall? You'll only loose reporting data.


    Thank for the info, but really its important to keep all reports and logs.

    Regards.
  • I don't know of a way to move Reporting and Graphs (although I thought that there was something for Web Reporting), but you could use WinSCP to copy the logs off and then back on to the new drive.  If you want to use an SSD, be sure to buy one that is enterprise class, otherwise you will be in the same boat again in a few months.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • I don't know of a way to move Reporting and Graphs (although I thought that there was something for Web Reporting), but you could use WinSCP to copy the logs off and then back on to the new drive.  If you want to use an SSD, be sure to buy one that is enterprise class, otherwise you will be in the same boat again in a few months.

    Cheers - Bob


    Hi Bob,

    Do you have any suggestion for an enterprise class SSD?

    Is not possible to use any tool to clone the drive?

    Regards.
  • Newegg.com - Kingston SSDNow KC300 60GB 2.5" SATA III Enterprise Solid State Drive with Adapter SKC300S37A/60G

    Maybe one of the Linux gurus here has an idea about drive cloning...

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Offline linux drive cloning the GMF-way:
    1. download LinuxLiveCD
    2. install both dirves in one system
    3. boot LiveCD
    4. open command-shell and become root
    5. dd if=/dev/hda of=/dev/hdb (hda=original hdb=backup)
  • Do you have any suggestion for an enterprise class SSD?


    The Intel enterprise drives are well-rated. The Intel SSD DC S3500 is their low-end Enterprise model; it should be fine and the pricing is very reasonable.

    The Intel consumer drives are better than most other consumer drives; so are the Samsung 840 PROs.


    Is not possible to use any tool to clone the drive?


    You could try CloneZilla, Ghost, or Acronis. CloneZilla is free.
    Anything supporting Linux EXT4 should work.

    Barry
  • When it comes time to Upgrade to V10, you will have to use the file-transfer approach.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hi,
    v10 will use a new filesystem or something?
    btrfs?
    lvm?

    Barry