LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-17-2004, 12:55 PM   #1
Bomb187
Member
 
Registered: Mar 2004
Posts: 37

Rep: Reputation: 15
Does slackware have NTFS read/write access on first time use?


And are these included with the current 9.1 release?
Pan
Xmms
Xzine
Open Office
Rhythmbox
gaim
 
Old 03-17-2004, 01:37 PM   #2
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15
http://linux-ntfs.sourceforge.net/info/ntfs.html
 
Old 03-17-2004, 02:24 PM   #3
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
ntfs- i believe it is read only, you may have to modprobe it. There is a line in /etc/rc.d/rc.modules you can uncomment to automate that. Last I heard in the 2.4 kernels, ntfs write was experimental and dangerous. I do not believe it is compiled into the kernel so a a recomplile would be necessary.

pan- yes
xmms- yes
xine?- yes
open office- no
rythmbox- no?
gaim- yes?
 
Old 03-17-2004, 03:03 PM   #4
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15
I just got done reading the link I posted... really interesting stuff regarding ntfs linux...

YES - the right modules are very sketchy now.... somewhat stable for file copy only, but no garantee.

A suggestion might be to use Partition Magic to convert the ntfs file system to fat32. I believe that only the current version supports this (not sure). NTFS is going to be an ongoing heartache if you go that direction.
 
Old 03-17-2004, 07:52 PM   #5
Bomb187
Member
 
Registered: Mar 2004
Posts: 37

Original Poster
Rep: Reputation: 15
i have partition magic, and heard about the convert ntfs to fat32 but im thinking its like format, you'll lose all the data if you convert it, true? thats why i stuck with fat32.
ok no,
open office, which means i just need windows for id taging my mp3s and to use speard sheet/word.. i convert my word/sheet files to other formats while saving.
rythmbox is a must have. xmms i use for streams but to catalog all my mp3s and play it, i like rythmbox, its kinda like iTunes for windows.

some good infomation on that site sirpimpsalot. i saved all to disk.
 
Old 03-17-2004, 08:25 PM   #6
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15
no! the partition magic convert procedure (from NTFS to Fat32) does keep all data %100 intact.... ive done it a dozen or so times without incident....

make sure to run the windows defrag and chkdisk on the ntfs volume before the operation...
 
Old 03-17-2004, 08:42 PM   #7
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
You can download and install open office very easily. So that is not a problem.
 
Old 03-17-2004, 10:09 PM   #8
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
You can get rhythmbox as part of dropline gnome if you're into that sort of thing.
 
Old 03-30-2004, 10:36 AM   #9
kgm
LQ Newbie
 
Registered: Jan 2004
Posts: 18

Rep: Reputation: 0
Hello *,

Make sure the windows partition (NTFS) is r/w from the fstab file.
eg.

In /etc/fstab, add

/dev/hda1 /win98 vfat uid=root,gid=root,umask=000,exec,dev,suid,rw 1 0

Hope this helps.

kgm.
 
Old 03-30-2004, 02:31 PM   #10
Longhaul
LQ Newbie
 
Registered: Mar 2004
Location: United States, Springfield, Ohio
Distribution: Slackware
Posts: 9

Rep: Reputation: 0
You don't need any special drivers to read or write to an NTFS partition at all. If you just mount the drive and give the type as SMBFS you will have full read/write access. I am not sure if this does the file permissions but it will definately write it to NTFS partition with no problem.

Like this

mount -t smbfs //Comp/Share /mnt/dir


Last edited by Longhaul; 03-30-2004 at 02:36 PM.
 
Old 03-30-2004, 09:03 PM   #11
Onemessedupjedi
Member
 
Registered: Sep 2003
Location: Oregon
Distribution: Slackware 9.1
Posts: 194

Rep: Reputation: 30
um, so you mean that if one mounts their own ntfs share onto thier computer it will write ntfs without a problem...?

I was told that the reason samba could do it was because it was sending the info to the windows box to allow windows to write. Have you actually done this and had a working windows afterwards?
 
Old 03-30-2004, 09:31 PM   #12
akshunj
Member
 
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165

Rep: Reputation: 30
That sounds like it would work for a REMOTE samba share (i.e. a networked WinXP box), but does that work for a LOCAL harddrive without a WindowsOS that can respond to Samba in realtime?

--Akshun J
 
Old 03-31-2004, 02:40 AM   #13
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
What Longhaul is talking about is writing to a SMB share on a remote Windows computer, you cannot use that to write to a local NTFS volume.
 
Old 03-31-2004, 08:02 PM   #14
virus2099
LQ Newbie
 
Registered: Jan 2003
Distribution: slackware 10
Posts: 26

Rep: Reputation: 15
You could try these for write access to NTFS.

http://www.ntfs-linux.com/index.htm

http://www.jankratochvil.net/project/captive/

The first you have to pay for, I believe, while the second is free.
I have no experience with these, just thought I would try to help.
 
Old 03-31-2004, 08:08 PM   #15
XPediTioN
Member
 
Registered: Jun 2003
Location: Illinois
Distribution: Slackware 9.1
Posts: 305

Rep: Reputation: 30
This is what I get
What should I do so i can read files from my windows partition??
root@linux:/home/xpedition# mount -t ntfs /dev/hda1 /mnt/hd
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
root@linux:/home/xpedition#
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
read/write ntfs partitions!!!! mlu Linux - Software 2 01-20-2005 01:42 PM
NTFS Partition Read/Write Access Help Bomb187 Fedora 6 03-17-2004 08:00 PM
need multiple users to have read/write access to a Quickbooks file at the same time. rbelknap Linux - Security 2 10-14-2003 10:52 PM
NTFS Read Write Snabber Linux - Newbie 1 12-23-2002 06:42 PM
mounting ntfs with read/write xofire Linux - General 4 07-11-2002 07:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration