Jump to content

fercho

Members
  • Posts

    8
  • Joined

  • Last visited

About fercho

  • Birthday 03/18/1968

Extra Info

  • Your CPU
    Intel Core Duo T5600
  • Your Graphics Card
    Intel 945M
  • Your RAM
    2 Mb
  • Your Operating System
    Mandriva 2008
  • Your Monitor
    Dual Monitor - Dell 19"

fercho's Achievements

New Here

New Here (1/7)

0

Reputation

  1. Here's what I have done to add read/write capabilities to my NTFS drive: $ sudo /etc/fstab /dev/sda5 / ext3 noatime 1 1 /dev/sda7 /home ext3 noatime 1 2 /dev/cdrom /media/cdrom auto umask=0022,users,iocharset=utf8,noauto,ro,exec 0 0 /dev/sda1 /mnt/windows ntfs-3g rw,nls=utf8,umask=0222,uid=myuser,gid=myuser 0 0 none /proc proc defaults 0 0 /dev/sda6 swap swap defaults 0 0 where myuser is my actual Linux user name. That will restrict any other user to read-only access (umask=0222) but will give myuser ownership of the files in the mounted partition. Regards,
  2. It seems to me that both projects are pretty much alive. http://www.ntfs-3g.org/ was updated less than a week ago and comes as an option with Mandriva, so that's what I will stick to.
  3. It would help if you post the command you are using.. There's a list of Phone networks that are supported. Take a look at the list of files installed for the package ( rpm -q ) to figure it out.
  4. That was it! Thanks a lot pindakoe. Now, being CIFS the prefered way to access a samba resource, I think this fix should be added to the distro. Who should I contact about that?
  5. I thought that using cifs was the most current method of connecting to a samba share. Am I wrong? Thing is that performance is not great.. Same machine, same network, Windows XP is way faster accessing the samba machines... Any pointers on how to improve performace? Fer
  6. How would you go about that? What I did was to go to the GUI and added rules to give complete permissions to those files. I'm pretty sure that it would be more efficient to edit a configuration file for msec, but I do not know what should I be looking for... :unsure: Fercho
  7. Thanks michaelcole. I have found that most of the files listed in the log are located in a samba (cifs) mount. I can not change the permissions for those files! Maybe it is the cifs comand I'm using? I need to be able to edit files in those mount so I mount them using a line in fstab like this: //server/mount_point /home/feramos/mounted cifs uid=myuser,credentials=/etc/samba/ccorp,rw,domain=mydomain,setuids 0 0 Suggestions ? Fercho
  8. So, I just got a notice from KDE complaining about my / partition to be 100% full. After some digging I found that one of the main culprits was this file /var/log/security/sgid.today: /var/log/security: total 3676305 -rw-r----- 1 root root 2011881472 Dec 6 20:52 sgid.today -rw-r----- 1 root root 1098309632 Dec 7 10:00 unowned_user.today I do not see any entry on logrotate to deal with this file.. I do not have a clue on what process is using it or how can I shrink it.. simply use vi to delete entries manually? I'm using Mandriva 2007.1 if that makes any difference... Some help will be appreciated. Fercho
×
×
  • Create New...