Page 1 of 1
mount USB ext4 HDD
Posted: 25 Jun 2020, 01:50
by gebseng
Hi there,
I connected a USB HDD, formatted as ext4 to my TM F2-420. It shows up as unmounted. How do I mount it?
thanks,
geb
Re: mount USB ext4 HDD
Posted: 25 Jun 2020, 06:49
by gebseng
Hi again,
Actually, I figured this out.
I tried to SSH into the NAS with SSH root@ipaddress:portnumber. the port number was 9222, and that did not work for some reason. As soon as I changed the SSH port number to 22, I was able to log in.
I then mounted the disk with
mount -o ro /dev/(disk name) /(directory name)
Re: mount USB ext4 HDD
Posted: 29 Jun 2020, 14:09
by TMSupport
Thank you for the feedback and glad to know you solved it.