|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
reading NTFS drive on Linux
is it possible? so i can save disk space for my mp3 files cuz i dnt have to copy them from my NTFS drive. thanks!
__________________
http://www.zeratool.com |
|
#2
|
|||
|
|||
|
command line, mount -t ntfs /dev/hda1 /mnt/ntfs, to mount it automatically add a line to your /etc/fstab
|
|
#3
|
|||
|
|||
|
Just a note: You can't write to an NTFS yet, only read
|
|
#4
|
|||
|
|||
|
COOL, thanks!
![]() |
|
#5
|
||||
|
||||
|
Small clarification: you can write to a ntfs filesystem from linux, it's just considered dangerous and experimental.
|
|
#6
|
|||
|
|||
|
and how do i make this available to other users? i mean, i can mount the ntfs partition, but only root has access to it. how can i give access to other users??
i've already read all the mount and fstab man pages, and searched the web for this, but anything seems to work... any ideas? |
|
#7
|
|||
|
|||
|
in /etc/fstab:
/dev/hda1 /mnt/windows ntfs user,noauto,ro 0 0 then you can mount as user and then you can also access the files there ![]()
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#8
|
|||
|
|||
|
i'm able to mount it with KwikDisk utility, but i still can't access it, it says something like "you don't have the rights to access /dev/hda2"... just root can do it...
|
|
#9
|
|||
|
|||
|
ok, just add the uid, gid and umask options to the fstab line...
/dev/hda2 /mnt/ntfs uid=500,gid=500,umask=555 |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > reading NTFS drive on Linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|