Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Adding disk

Adding disk

2003-07-25       - By Luciano ES

 Back
Reply:     1     2     3     4     5     6  

  Of course you can format an unmounted disk. You can't have R/W access, but you
can format it.
  $ fdisk -l  (small L)
  [you see partition table]

  $ mkfs /dev/sdb3
  [you should know what to do next]

  In case it's been formatted... You know you're going to lose what is there
after you format it, don't you?

  Good luck,
--
  Luciano Espirito Santo
  Santos - SP - Brasil

<-quote->**************************************************
>To: seawolf-list@(protected)
>Subject: Re: Adding disk
>From: Joel Massey <j_massey@(protected)>

>You have to mount it first....    You can't access an unmounted disk.
>
>--- Chris Swenson <cswenson@(protected)> wrote:
>
>I have not broken anything yet but I am about to, so I figured I would ask the
>question first.
>
>I am adding a disk to my system.  The disk may have been previously formatted
>with NT.  I checked /etc/sysconfig/hwconf and the disk is there.
>
>Do I first do a mount /dev/sdb3  /newdisk
>Then run mkfs
>Or do I mkfs and then mount it.

********* END OF ORIGINAL MESSAGE *********</-quote->