Skip to Content.
Sympa Menu

baslinux - Re: [BL] Entering hard disk

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Dennis Holierhoek <dennis.hh AT hotmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Entering hard disk
  • Date: Fri, 18 Jan 2013 21:25:15 +0100

I have 1 hard disk with 2 partitions on it. One (the C: drive, yes, I use
Windows) is NTFS, the other one (D:) is FAT32. So I should use 'hda2', if I'm
right?
Anyway, thanks for your help and patience.
I think I'll design and upload some BL floppy labels on my FB soon, so I can
do something back to the BL community :)

Van: sindi keesan
Verz.: 18-01-2013, 21:01
Aan: Basic Linux mailinglijst
Ondrw.: Re: [BL] Entering hard disk


On Fri, 18 Jan 2013, Dennis Holierhoek wrote:

>
> When I typ;
> mount /dev/hda1
> BL says;
> Can't find /dev/hda1 in etc/fstab

This means you did not tell linux a default of where to mount /dev/hda1 so
you need to specify where to mount it.

> When I typ;
> mount /dev/hda1 /hd
> BL says;
> VFS; Can't find an ex2 filesystem on dev ide0(3,1).

ext2 not ex2

This means that the first partition on your hard drive is not formatted
for linux as ext2.

ide0 (hda) is the master hard drive on the first ide controller cable
(flat ribbon cable that goes between hard drive and motherboard. ide1
ide2 ide3 are the others if you have four drives on two controllers.

If it is a DOS (FAT32) partition
mount -t vfat /dev/hda1 /hd

vfat is FAT32 (the way the partition is formatted)

If it is an NTFS partition (Windows 2K or later) BL cannot mount it.

> When I typ;
> mount /dev/hda1 /hd /mnt
This does not look correct - you cannot mount one device at two mount
points or maybe it is trying to mount two devices on one mount point or it
is simply meaningless.

> BL says;
> mount; Mounting /dev/hda1 on /hd failed: Device or resource busy
> And it says the same when I change 'x' in 'mount /dev/hda1 /hd /'x''

> Can you help me out? I don't have really much knowledge in Linux, and
> this week is the first time I heared about 'mounting'.

Search on 'linux primer' or 'linux introduction'.

>>
>> mount /dev/hda1 /hd in BL, where you can mount to /hd /mnt /cd or /fd
>> (or make new mount points yourself)

Sindi
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org






Archive powered by MHonArc 2.6.24.

Top of Page