1

I have several hard drives hooked up to a router running Tomato and shared over the network. I have mapped the drives to everyone's computer as M:, T:, etc. which also shows the label as if it were a local drive. The drives were formatted as ext3 back when I set the network, however, I gave them really horrible names such as bigfatty, twoteebee and the color of the drive, which just confuses everybody. I would like to rename them so that people can see which is for what purpose.

I've installed the free Paragon ExtFS which let's me read/write to the drives, but changing the label always gives an error. There are a number of other software, but looking through their info pages, none mention the ability to rename partitions. EaseUS Partition Master Free Edition is what I originally used to format the drives, but there is no option to rename there, either, unless I re-format.

Is there a way under Windows 7 x64 to do this? Or, alternately, could I somehow do it via telenetting in to Tomato? I'm using Tomato by Shibby - K26USB-1.28.RT-MIPSR1-117-AIO which has kernel 2.6 but beyond that no clue what's installed.

1 Answer 1

2

You can't probably change label from client computers, you have to do it in Tomato.

Try telnet or ssh into busybox running in Tomato and run something like

# fdisk -l which should show you all devices with labels and then change label by

# e2label device newLabel or tune2fs -L newLabel device

1
  • Weird but both of those call tune2fs. Your 2nd example is what worked.
    – glenneroo
    Commented May 20, 2014 at 23:28

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .