Re: mounting ntfs partition

2009-06-26 Thread Michael Biebl
Nima Azarbayjany wrote: > Yes, you're right. So can anyone tell me why is this message that the file > system is unknown in printed? Do you have /usr on a separate partition? Because ntfs-3g on Debian is installed to /usr. Michael -- Why is it that all of the instruments seeking intelligent l

Re: mounting ntfs partition

2009-06-25 Thread Nima Azarbayjany
Yes, you're right. So can anyone tell me why is this message that the file system is unknown in printed? 2009/6/25 Γιώργος Πάλλας > Nima Azarbayjany wrote: > >> Yes Johannes, I guess I just identified the problem. >> >> After the system is up everything works. However, during start up a >> mes

Re: mounting ntfs partition

2009-06-25 Thread Γιώργος Πάλλας
Nima Azarbayjany wrote: Yes Johannes, I guess I just identified the problem. After the system is up everything works. However, during start up a message is printed that reports a failure: it says ntfs-3g is not a know file type. I don't remember the exact message but it clearly says the dri

Re: mounting ntfs partition

2009-06-25 Thread Nima Azarbayjany
Yes Johannes, I guess I just identified the problem. After the system is up everything works. However, during start up a message is printed that reports a failure: it says ntfs-3g is not a know file type. I don't remember the exact message but it clearly says the driver is not available. After b

Re: mounting ntfs partition

2009-06-25 Thread Johannes Wiedersich
Nima Azarbayjany wrote: > I have been trying to use the disk-manager utility to mount my NTFS > partition on /dev/sda1. The utility successfully identifies the partition > and has added the following line to my fstab: > > /dev/sda1/media/sda1ntfs-3gdefaults,locale=en_US.UTF-80

Re: mounting ntfs partition

2009-06-24 Thread Andrei Popescu
On Wed,24.Jun.09, 21:21:06, Nima Azarbayjany wrote: > Hi all, > > I have been trying to use the disk-manager utility to mount my NTFS > partition on /dev/sda1. The utility successfully identifies the partition > and has added the following line to my fstab: > > /dev/sda1/media/sda1ntfs-3

mounting ntfs partition

2009-06-24 Thread Nima Azarbayjany
Hi all, I have been trying to use the disk-manager utility to mount my NTFS partition on /dev/sda1. The utility successfully identifies the partition and has added the following line to my fstab: /dev/sda1/media/sda1ntfs-3gdefaults,locale=en_US.UTF-800 The partition is not a

hal: Mounting NTFS-3G (#490574)

2008-07-12 Thread Shachar Or
Hello! I've just posting this[1] feature request in the hal package. I would like this to be already in lenny before the coming feature freeze so I'm cross posting it. Can anyone write a patch? Peace! [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490574 -- Shachar Or | שחר אור http://

Re: mounting ntfs

2006-07-22 Thread Ice
/dev/hda1   /windows    ntfs    ro,exec,users,uid= 0   0place that line if your /etc/fstab replace hda1 with your ntfs hdd dev device.  replace uid= with your regular user id if you want to read it as a normal user. ensure that /windows dir exists On 7/22/06, Lothar Braun <[

Re: mounting ntfs

2006-07-22 Thread Lothar Braun
On Saturday 22 July 2006 15:45, george tsiolis wrote: > hi there! > i have installed the latest Debian testing software and everything is ok > (for now) but i still have some problems as far as mounting a ntfs > partition which contains data. what should i do about it? thanx a lot :) Problems? Can

mounting ntfs

2006-07-22 Thread george tsiolis
hi there!i have installed the latest Debian testing software and everything is ok (for now) but i still have some problems as far as mounting a ntfs partition which contains data. what should i do about it? thanx a lot :)

Re: mounting NTFS disk

2004-01-19 Thread Joerg Johannes
Am Mo, den 19.01.2004 schrieb Barry Freeman um 10:22: > Hi All, > I've just got Deb installed without too many problems. > > Is there any way to mount an XP (NTFS 3.1) disk ? I Only need read > access - just want to copy off some docs and stuff. > > I did try installing the ntfs fs, but for eg,

mounting NTFS disk

2004-01-19 Thread Barry Freeman
Hi All, I've just got Deb installed without too many problems. Is there any way to mount an XP (NTFS 3.1) disk ? I Only need read access - just want to copy off some docs and stuff. I did try installing the ntfs fs, but for eg, # mount /t ntfs /dev/hda1 / fails with "Wrong file system" BAzz

Re: Mounting ntfs partition to be user readable

2002-02-21 Thread Simon Hepburn
Edit /etc/fstab so that you have a line like this: # /etc/fstab: static file system information. # # /dev/hda1 /nicetryntfsro,user Note the mount point. Make sure this dir exists or use another mount point if you prefer. Then # mount /nicetry On Thursday 21 Fe

Mounting ntfs partition to be user readable

2002-02-21 Thread Patrick Kirk
Hi all, Now that I've got most things working I'd like to be able to access files on the ntfs partition. I can mount it as root using mount -t ntfs /dev/hda1 but as a user I have no access to it. I don't want to mess up permissions on the ntfs system so chmod -R 777 /mnt doesn't appeal. But thi