Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
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
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
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
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
mount fat

mount fat

2003-05-16       - By Tony Nugent

 Back
Reply:     1     2     3     4     5     6  

On Fri May 16 2003 at 13:30, "Suprotip Ghosh" wrote:

> Newbie Q...
>
> How do I mount my Windows partitions on Red Hat 7.2?

A relatively trivial task...

> mount -l, -t; ln /dev/hda1/ etc. ain't givin' any results...

That is _not_ the way it is done.  Try it like this:

  mkdir /mnt/dos
  mount -t vfat /dev/hda1 /mnt/dos
  ls -l /mnt/dos

> the startup log says while loading other filesystems, "no
> mountpoints defined".

What's the contents of your /etc/fstab file?

> 'funny thing': Mandrake generally mounts fat automatically...!?

*linux* can mount fat partitions automatically - if it is configured
correctly.  There would be nothing special about what Mandrake (or
any other linux distro) does.

> thanx all u gurus out there...in advance...

Put something like this into fstab...

/dev/hda1 /mnt/dos vfat defaults 0 0

Now all you have to do is "mount /mnt/dos" and it is done.

I actually use this:

/dev/hda1 /mnt/dos vfat   noauto,uid=0,gid=0,fmask=644,dmask=755   0 0

(Change the uid and gid to suit if you need user access.  The fmask
and dmask make the filesystem permissions a bit more "sensible" than
the defaults).

This can also be done "magically" with automount (autofs), but that
would be a bit too advanced to explain here.

Cheers
Tony




Earn $52 per hosting referral at Lunarpages.