Disk Formated with NTFS

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Disk Formated with NTFS
# 1  
Old 11-19-2003
Disk Formated with NTFS

HI All,

My pc has two disks, One disk loaded with windows NT 2000 and redhat linux 7.2 dual boot. Another disk 80GB added and formated with NTFS file system. How to access the 80GB NTFS file system disk by booting linux os.

Thanks in advance
Bache Gowda
# 2  
Old 11-19-2003
........

it belongs to your kernel wheater you can access ntfs partitions.......
noaday the default kernel on suse only can read ntfs, the newest testing kernels also can right, but still it's testing(!)

have a look at:
#man mount


greetings Preßy
# 3  
Old 11-19-2003
Hi,

First check if your linux box supports ntfs... if it does, mount it with:
mount /dev/your_ntfs_partition /your_mountpoint -t vfat -r -o umask=0222

like pressy said, ntfs module is experimental code... use with care...
# 4  
Old 11-19-2003
What I would do, and how I read NTFS stuff from Linux is:

- Share the root of the NTFS drive from Windows 2000, giving permission to a selected user or 'everyone'
- mount the drive from linux with the following command line (needs SAMBA)

mount -t smbfs -o username=(windows username),password=(users password) //servername/name_of_share /your_directory/mount_point

Works well for me, but as I say you need to have SAMBA install on your machine.
# 5  
Old 11-19-2003
Which distribution of linux are you running, and what kernel are you running it on?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Ntfs-3g help?

I am trying to get ntfs-3g to work, so I can mount ntfs partitions. I installed ntfs-3g from SFE - Software Packages for Solaris, OpenIndiana and OmniOS | Get your favourite software for (TM) Solaris 11, OpenIndiana Hipster, OmniOS as ready-to-use IPS packages Repository There are VLC, Wine, etc.... (0 Replies)
Discussion started by: kebabbert
0 Replies

2. Filesystems, Disks and Memory

Recover a mistaken swap-formated USB-HD

Hi! Installing the debian wheezy by netinstall my external USB-HD (2TB) is erroneously completly formated as swap-filesystem. I was to lazy to disconnect the USB-HD, so now i could kick myself . Is there any chance to rescue the data. I tried to find a way by using gparted: the whole HD is... (3 Replies)
Discussion started by: IMPe
3 Replies

3. Shell Programming and Scripting

Create a formated text file

Hi, I have written a BASH shell script (included below) which will allow me to monitor my blood pressure. The script computes the mean of 5 user input systolic, diastolic, and heart rate values. I would like the script to then append these three values to their respective columns in a text... (5 Replies)
Discussion started by: msb65
5 Replies

4. Shell Programming and Scripting

awk to find a formated o/p

hi i have a file which is having a.txt name aaa work business emp since 2oct office delhi name aba work business emp since 6oct name abc work shopper emp since ... (5 Replies)
Discussion started by: aaysa123
5 Replies

5. Shell Programming and Scripting

processing tab-formated output of command w/bash

I have a command that when ran it will have an output such as string LongerString string2 longerString2 More MoreStrings seperated by tabs. The command lists domains and their accounts set up in my server admin software (interworx). The end result will be that it will run rsync for... (2 Replies)
Discussion started by: sweede
2 Replies

6. OS X (Apple)

Mounting USB NTFS External Disk R/W on OSX

Does anyone know an easy way to mount an NTFS (NT File System) external backup drive R/W on OSX? I use one backup drive for both my XP and OSX files via a USB interface. On XP it mounts R/W. On OSX it mounts Read Only :-( I'm growing weary of using flash drives and burning CDs to... (4 Replies)
Discussion started by: Neo
4 Replies

7. Windows & DOS: Issues & Discussions

1.44mb disk formated = 1.38mb left??

I was formating a couple of floppy disks, to make room for a ftp install of suse. However, the files you are suposed to put on the floppys are 1.4 mb. I thought "Fine, I have a 1.44 mb disk here". But appearantly windows uses 600kb on....tmp files or something. If anyone knows how I might fix... (4 Replies)
Discussion started by: G-wizz
4 Replies
Login or Register to Ask a Question