| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Right Off the Assembly Line
Join Date: Jan 2005
Posts: 8
|
Yeah, look at the fat32 partitions using fdisk....and then add them to the /etc/fstab file.
type "auto" as the parameter...to mount them everytime..your system boots As far as perl is concerned, there are some man pages available there in Linux...but you can always get a book. For mounting NTFS partitions..you have to install a small program..that patches up the kernel for NTFS support. Try google. |
|
|
|
|
#3 (permalink) | |
|
In The Zone
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
|
Quote:
You can replace the word 'c' with any word you like. Open a console (terminal), log in as root ('su' command) and type: Code:
mkdir /mnt/c Code:
mount -t vfat /dev/hda1 /mnt/c
__________________
Million's Of Open Minds Can't Be Wrong! http://nc.xmgfree.com/weblog Everybody Wants to go to Heaven...But nobody wants to Die! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|