People keep mentioning Samba, but its more Linux isn't? I need to figure out how to use tunefs again right now and doing my nut in. Would Samnba work on my nas and would there be an advantage of using it?
Yes i do use telnet and have been trying to format a drive with it. The first drive i format using the gui always works perfectly, but then when i add another drive i cannot format it through the gui.
The only way i have gotten the 2nd drive to work is to format both drives as the 1st drive, but the 2nd drive is only 100mb. I was going to try deleting the 1st partition to see if the first visible partition in the NAS was the main one, but i got impatient waiting for it to format .
If i have an unformatted drive and i use: /sbin/mke2fs -m 0 -v -j -b 4096 /dev/hda1
Should that format it as one ext2 partition?
Mmm no it doesn't ... fdisk /dev/hdb !
Ohhhh, mkfs means make file system
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
Is there an easy way to convert is to ext2? I tried to follow this but it wouldn't let me unmount it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.