LinuxQuestions.org
Visit Jeremy's Blog.
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 01-06-2005, 09:28 AM   #1
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Rep: Reputation: 0
ntfs problem


I'm having a problem setting up a ntfs partition for viewing. It set up properly in the config, and i can see a /media folder (where i mounted it) but it wont let me view any of the files that are in the partition. The information is still viewable via other os's, but just not in slackware.

Thanks,
Daven
 
Old 01-06-2005, 09:55 AM   #2
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Original Poster
Rep: Reputation: 0
and i get this message if it helps when trying to acces it via x.

mount: wrong fs type, bad option, bad superblock on /dev/hdb5,
or too many mounted file systems
Please check that the disk is entered correctly
 
Old 01-06-2005, 11:23 AM   #3
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
list your /etc/fstab entry.

Here is mine as an example:
/dev/hda1 /windows ntfs user,ro,umask=022 1 0
 
Old 01-06-2005, 11:44 AM   #4
PBSchmidt
Member
 
Registered: Aug 2004
Location: Aachen, Germany
Distribution: Debian Sarge
Posts: 129

Rep: Reputation: 15
IIRC, ntfs partititions can currently onla be viewed as root - or you need a commercial driver.

HTH

Peter
 
Old 01-06-2005, 11:45 AM   #5
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Original Poster
Rep: Reputation: 0
well it was a bit diffrent, but i changed it too
/dev/hdb5 /media ntfs user,ro,umask=022 1 0
still no go though, it shows it as a directory, but it wont let me view any of the files, and i get the same error message in x
 
Old 01-06-2005, 11:59 AM   #6
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Try different approach then. Practicly the same thing but on some systems makes things move.
/dev/hdb5 /media ntfs uid=username,gid=root,ro, 1 0
in username you, of course, input your username
 
Old 01-06-2005, 12:16 PM   #7
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Original Poster
Rep: Reputation: 0
hrrm, ok now it lets me view the contents in x, but it still isnt showing me anything thats on there that i want to view. I can still access it when i run my slax live cd, and play movies, mp3's ext. But nothing is showing up in slack.
 
Old 01-06-2005, 12:20 PM   #8
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
$su
$mount -a
 
Old 01-07-2005, 11:09 AM   #9
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Original Poster
Rep: Reputation: 0
still no go, still none of my files are showing up. anyone have any idea on whats the problem? im stumped myself...
 
Old 01-07-2005, 11:15 AM   #10
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
did you compile your own kernel or using slackware stock kernel?
 
Old 01-07-2005, 11:15 AM   #11
daven1
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Original Poster
Rep: Reputation: 0
im using the stock kernel.
 
Old 01-07-2005, 11:29 AM   #12
lukameen
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 69

Rep: Reputation: 31
Try this:

/dev/hdaX /mnt/windows ntfs user,exec,dev,suid,rw,umask=000,auto 0 0

Change hdaX to reflect your ntfs partition. Change /mnt/windows to reflect wherever you created the mount point.
 
Old 01-07-2005, 11:41 AM   #13
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
when you set the fstab as I had listed, you said you could see the directory but not view the files. did you type mount /media after setting the fstab that way.

give us your fdisk -l
 
Old 01-07-2005, 11:47 AM   #14
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
Have you the same user account (uid, gid) than the user who create files in remote server?
At least try share some dir/files chmoded to 777 to see if the problem is a permission
problem
 
Old 01-07-2005, 12:07 PM   #15
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe permissions of the mountpoint.
unmount /media and look what the perm. are.

use " # chmod 777 /media " to set it " all open "
then remount.

egag
 
  


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
problem with ntfs Barq Linux - General 2 07-17-2005 12:34 PM
NTFS problem mcang Linux - Hardware 1 02-24-2005 05:33 PM
NTFS problem!!! septanla Linux - General 4 12-15-2004 07:09 AM
NTFS problem orions empire Linux - Enterprise 2 05-19-2004 04:11 PM
problem with NTFS demmylls Linux - General 2 12-09-2003 07:44 AM

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

All times are GMT -5. The time now is 03:05 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