[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[rhn-users] Re: doubt in linux



Do you mean to mount temporarily or as part of boot?
To mount the disks during boot:
  in /etc/fstab you would add lines like:
/dev/hdb1   /home/dos      vfat    defaults        0 0
/dev/hdd1   /mnt/dos       dos     defaults        0 0

to find out what the entries mean "man fstab".
Remember that disks are known defined in /dev as hd[a-d][1-X]
where [a-d] refer to hard drives 1-4 and [1-X] refers to the
partition on that hard disk.
Note that you have to have the modules (dll's in window speak )
for vfat or dos files systems installed
in your kernel to be able to read the dos disk. To find out
if the modules are present already look at /proc/modules.
If not already present then install them with modprobe
again see "man modprobe" for details.

To mount a dos floppy disk temporarily use the command mount:

mount -t vfat /dev/fd0u1440 /fd0
This also is correct for cdroms
mount -t iso9660 /dev/hdd /cd2 -o ro

but to mount a disk across file systems such as sharing on
a network use smbmount as in
smbmount //Pentium_733/733_C /mnt/733_C
           ^^^^^^^^^^^^^^^^^  ^^^^^^^^^mount point
              |disk as it's known on the network.
Have Fun!
J.


hello everyone, i am a new user just registered with redhat.i am unable to mount C:,D: or E:(windows) from linux. even if i give the correct partition name , it says that these drives are not found.what do i do? can anyone suggest me a method to run matlab 6.1.0 in linux? if anybody has any solution, please forward it. badri.









[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]