Mellanox Switches - Tips & Tricks

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Kahooli

Member
Dec 3, 2022
41
26
18
dd cloning SN2700 image: from 256gb mSATA to a 64gb mSATA.

dd cloning operation is failing, here are the commands I have tried.

sudo dd status=progress if=/dev/sd256 of=/dev/sd64 bs=4096 conv=notrunc,noerror

sudo dd status=progress if=/dev/sd256 of=/dev/sd64 bs=512 count= 69206016

What is the proper command?
dd is kinda dumb. it does exactly what you tell it to do.
Do you know the exact block layout of the source drive? Since your target is smaller, you need to know where the partition boundaries are and what is empty space to skip/resize. The partition table if you just block copy the drive is going to specify end blocks that dont exist in the target drive.
 

awedio

Active Member
Feb 24, 2012
776
225
43
Messing around with a SN2700 o/s re-install.
I keep getting this error.
Any ideas?

Code:
Error: Partition doesn’t exist.

== Creating ext3 filesystem on /dev/sda10 for VAR

mke2fs: No such device or address while trying to determine filesystem size

*** Could not make filesystem on /dev/sda10

== Cleanup
Finally figured out why!
 

klui

Well-Known Member
Feb 3, 2019
840
462
63
I for one am interested! I just don't have many of the equipment talked about here but sometimes solutions could be applied to other cases.
 
  • Like
Reactions: awedio

ano

Well-Known Member
Nov 7, 2022
652
271
63
so non uefi will update the serial settings/bios further? interesting
 

ano

Well-Known Member
Nov 7, 2022
652
271
63
interesting, I could mess with it, but units still have support contract, so hmm , but having a spare ssd for them would be great as they are getting old
 
  • Like
Reactions: awedio

ano

Well-Known Member
Nov 7, 2022
652
271
63
which switch i this switch? usually for 40g, apart from that, pretty much all 40g are supported on all 100 and 40g mellanox
 

dbTH

Member
Apr 9, 2017
149
59
28
which switch i this switch? usually for 40g, apart from that, pretty much all 40g are supported on all 100 and 40g mellanox
Not all brands of third party transceivers are made the same. Some may have firmware issue. The best is to get the Mellanox "compatible" one
 

up3up4

Member
Jun 10, 2018
86
29
18
After the SN2700 DC power supply is replaced with a Liteon AC power supply, Power Supply 1/2 is unresponsive. How can I read/modify the i2c/pmbus information of the power supply?