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

Re: Fat Partitions



1.  mkdir /mnt/da1     (not needed after the first time)
2.  mount -t vfat /dev/hda1 /mnt da1
3.  cd  /mnt/da1
4.  ls -af --color=auto

do your thing with Windows
then:

1.  cd
2. umount  /mnt/da1

(These steps make excellent aliases.......
(first --- mkdir /mnt/da1 --do this just once) then use an editor in /etc/bashrc
alias win+='mount -t vfat /dev/hda /mnt/da1; cd /mnt/da1; ls -aF --color=auto'
alias win-='cd; umount /mnt/da1'
--------
save in /etc/bashrc then restart Linux
thereafter---
win+ puts you in hda1, win- restores to Linux


Please let me know how you like this?



Jerome wrote:

RH 7.3 works fine. I can't see my Fat partitions. When
I use the hardware browser in the control panel, it
shows my Fat partitions but I have not been able to
mount them??? I can mount the CD,DVD and floppy.
Thanks

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list









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