Computing.Net > Forums > Linux > how to access fat from linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to access fat from linux

Reply to Message Icon

Name: moni
Date: September 23, 2002 at 06:19:08 Pacific
OS: Linux7.1
CPU/Ram: Cellron 900 and 128 RAM
Comment:

Hello Everyone,

I have one Cellron 900 with 40 GB hdd. I install linux 7.1, but everytime if i want to use linux i have to boot it from linux bootable floppies and not be able to access my other partitions of my hard disk. How can I access my other partitions from Linux and is there any way to boot linux without Linux Bootable floppies. And plz. can anybody tell me that how to see my Windows NT based machines on linux. somebody had told me that use samba. but with samba how it is possible. plz. anybody help me.




Sponsored Link
Ads by Google

Response Number 1
Name: jhijr
Date: September 23, 2002 at 06:36:46 Pacific
Reply:

Hi Moni,

Do you know if your boot loader is lilo or grub? The latter I know very little about, for the former try :

# /sbin/lilo -v

As far as accessing other partitions, if they are windows fat32, then (assuming it's the first partition):

# mount -v -t vfat /dev/hda1 /mnt/Cdrive

(note: /mnt/Cdrive is a "dummy" folder you must first define)

check your /etc/fstab file for any definitions for other partitions that may be already set up.

for Win NT (or 2000, etc.), you have NTFS. If this doesn't work:

#mount -v -t ntfs /dev/hdax /mnt/NTFSwhatever -o ro

(hdax is wherever the NT filesystem resides)

... then you may need a kernel recompile. Or at least install a module (which I can't help you with here).

I highly recommend mounting ntfs filesystems as READ-ONLY until you're sure of what you are doing.

As for SAMBA, yes, that's how you can talk to another machine running NT or whatever.

Hope this helps.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: how to access fat from linux

how to access ntfs from linux??? www.computing.net/answers/linux/how-to-access-ntfs-from-linux/17413.html

How to mount cdrom in Linux from windows www.computing.net/answers/linux/how-to-mount-cdrom-in-linux-from-windows/30379.html

how to instal webcam in linux www.computing.net/answers/linux/how-to-instal-webcam-in-linux/21255.html