I have a Seagate portable hard drive that I plan to use under Linux only. It seems to be formatted as FAT32, because it only allows files of 4gb or below. So, I want to format it to ext2fs.
The disc shows up as /media/SEA_DISC. That's the only place I know for sure where it is, but I imagine it must show up under a different name somewhere.
Can I just do the following:
$ mkfs.ext2 /media/SEA_DISC?
It says:
/media/SEA_DISC is not a block special device.
Proceed anyway (y,n)?
Will it cause problems if I format it as such?
As for technical info, it's a Seagate 100g portable external HDD, and the OS is Xubunto 6.10.
The disc shows up as /media/SEA_DISC. That's the only place I know for sure where it is, but I imagine it must show up under a different name somewhere.
Can I just do the following:
$ mkfs.ext2 /media/SEA_DISC?
It says:
/media/SEA_DISC is not a block special device.
Proceed anyway (y,n)?
Will it cause problems if I format it as such?
As for technical info, it's a Seagate 100g portable external HDD, and the OS is Xubunto 6.10.
