LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mounting HD (https://www.linuxquestions.org/questions/slackware-14/mounting-hd-287029/)

brokenflea 02-06-2005 04:26 PM

Mounting HD
 
is there a way that i can mount a HD, which has not been mounted, using Slax and then check for errors or format the HD (is there a format feature with *nix systems) or run e2fsck or fsck on it ??

TIA

keefaz 02-06-2005 05:36 PM

Once logged into Slax system just mount your partition with mount command like
mount /dev/hda1 /mnt/hd

Now for format the drive you don't have to mount it
The commands depend on what type of filesystem you want to work with, is it e2fs ?

DaWallace 02-06-2005 08:56 PM

usually to format a disk you use
mkfs.[filesystem] [device]
reiserfs uses mkreiserfs


All times are GMT -5. The time now is 12:18 AM.