Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-26-2003, 05:28 AM
|
#1
|
LQ Newbie
Registered: Jun 2003
Location: Malaysia
Posts: 4
Rep:
|
/mnt/nt unmount while RH restart
I am a newbie for RH 9.
I have 3 partitions for /dev/hda. I mounted the 3 partitions into /mnt/nt /mnt/windows_c and /mnt/windows_d by using following commands:
mount /dev/hda1 /mnt/windows_c -t vfat
mount /dev/hda3 /mnt/nt -t ntfs
I can 'explore' /mnt/nt, /mnt/windows_c and /mnt/windows_d after running the commands above. BUT after I restarted my POWERFUL RH 9 i have to redo the above commands again to 'explore' my /dev/hda
any IDEAs to access the above partions permently (i mean they won't 'disappear' after restart)????
PLS HELP ME..........
p/s: my existing RH 9 is installed in /dev/hdb
|
|
|
06-26-2003, 06:53 AM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
you have to add the lines to you /etc/fstab...not the lines you have wrote at terminal but something along the lines of:
/dev/hda1 /mnt/windows_c vfat defaults 0 0
where i have wrote defaults, you can look into what different values you can type in there:
for example i don't use the word defaults for one of my fat drives
i use:
user, rw, exec, uid=500
so you can see what you actually want to put there.
and just for you know...
defaults is the equivalent to rw, suid, dev, exec, auto, nouser, and async.
|
|
|
06-26-2003, 09:51 PM
|
#3
|
LQ Newbie
Registered: Jun 2003
Location: Malaysia
Posts: 4
Original Poster
Rep:
|
Thanz... I can 'see' my fat32 drive when I restart my RH9. but One of my filesystem is NTFS... then how to do this?
i worte /dev/hda3 /mnt/nt ntfs defaults 0 0 in /etc/fstab
BUT seems like nothing happened here. Any IDEA on that?
|
|
|
06-28-2003, 05:56 PM
|
#4
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Red Hat Linux 9, FreeBSD 4.8, Knoppix 3.2
Posts: 182
Rep:
|
Is "http://linux-ntfs.sourceforge.net/info/redhat.html" useful to you?
|
|
|
06-28-2003, 11:47 PM
|
#5
|
Member
Registered: Jun 2003
Distribution: FreeBSD
Posts: 119
Rep:
|
sorta off topic but still... is fstab executed upton startx being executed or is that loaded during bootup?
|
|
|
06-28-2003, 11:49 PM
|
#6
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
bootup
|
|
|
06-29-2003, 10:02 AM
|
#7
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Red Hat Linux 9, FreeBSD 4.8, Knoppix 3.2
Posts: 182
Rep:
|
Arzene : What do the following commands say :
"lsmod |grep -i ntfs"
... If nothing gets displayed, can you do this :
"modprobe ntfs"
And what happens if you do this again :
"lsmod |grep -i ntfs"
|
|
|
All times are GMT -5. The time now is 04:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|