Currently the drive is configured as /dev/hdc - im assuming it needs to be /dev/hdd?
How do I get shell access to my NAS box as root?
You'll need a telnet program. Simply telnet to your NAS box and enter 'root' as username and 'admin' as password.
If telnet doesn't work (newer firmwares have it turned on), try visiting http://yourip/cgi/telnet/telnet.cgi and ticking the telnet box
Would that remove the 5% reserved space or would i have to use tunefs the fix that afterwards?/sbin/mke2fs -t ext2 /dev/hdb1
Yeah,
I did fdisk /dev/hdb for the 2nd disk and used primary partition option and 83 for the file system.
Then did this: /sbin/mke2fs -m 0 -v -j -b 4096 /dev/hdb1
It worked, but the partition is ext3 and i was really wanting it to be ext2
What caused that? Was it the primary partition option, because i tried to use the extended option and it wouldn't let me![]()