Re: [arch-general] Surviving without X

2009-03-29 Thread Greg
Just curious why would you want to not use x on a daily basis? On Mar 30, 2009, at 12:29 AM, Juan Diego wrote: mplayer also has a fb output plugin On Mon, Mar 30, 2009 at 12:34 PM, BinkyTheClown wrote: 2009/3/29 Maurí cio Hi, Do you think it's possible to live without X, replacing fra

Re: [arch-general] Surviving without X

2009-03-29 Thread Zack
I'm not quite sure where it is, but if you have the time to search, there is a thread on the arch bbs about doing exactly what you want. A lot of applications and hints/tips are in there. On Sun, Mar 29, 2009 at 9:29 PM, Juan Diego wrote: > mplayer also has a fb output plugin > > On Mon, Mar 30,

Re: [arch-general] Surviving without X

2009-03-29 Thread Juan Diego
mplayer also has a fb output plugin On Mon, Mar 30, 2009 at 12:34 PM, BinkyTheClown wrote: > 2009/3/29 Maurí­cio > >> Hi, >> >> Do you think it's possible to live without X, >> replacing framebuffer for it, using packages >> available for arch? I imagine something like >> DirectFB or similar, us

Re: [arch-general] Surviving without X

2009-03-29 Thread BinkyTheClown
2009/3/29 Maurí­cio > Hi, > > Do you think it's possible to live without X, > replacing framebuffer for it, using packages > available for arch? I imagine something like > DirectFB or similar, using it when text is > not enough. I think I could do with a browser > and a pdf viewer, but I wasn't a

[arch-general] Surviving without X

2009-03-29 Thread Maurí­cio
Hi, Do you think it's possible to live without X, replacing framebuffer for it, using packages available for arch? I imagine something like DirectFB or similar, using it when text is not enough. I think I could do with a browser and a pdf viewer, but I wasn't able to find a direction to follow to

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Jordy van Wolferen
On Sunday 29 March 2009 22:56:57 Preston C. wrote: > I hope that this is not to much of a noob question, but since I > started using Arch I haven't been able to access my external hard > drive through KDE. I posted on the forums about the problem but it > seems that the other people who had the pr

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Greg
If it is working now, I wouldn't worry about it. Sent from my iPhone On Mar 29, 2009, at 9:29 PM, "Preston C." wrote: btw your uid and gid shoud match those in fstab. Is this something I need to be concerned about?

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
>btw your uid and gid shoud match those in fstab. Is this something I need to be concerned about?

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
Thank you all for your help. Gregory, your method seems to be working- very good! I just finished getting it setup and bam it worked. I can play music from my external hdd, etc. Thank you Linux Gurus, ;-). Fingers crossed, hopefully it will stay this way. Thanks, Preston

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Alessandro Doro
On Sun, Mar 29, 2009 at 05:48:21PM -0700, Preston C. wrote: > > What is your fstab line? > > Please, post also the output of the command "id". > > > > /dev/sdc1 /media/externalhd ntfsdefaults,rw 0 0 Didn't you read http://wiki.archlinux.org/index.php/NTFS_Write_Support? You should g

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
> What is your fstab line? > Please, post also the output of the command "id". > /dev/sdc1 /media/externalhd ntfsdefaults,rw 0 0 uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Alessandro Doro
On Sun, Mar 29, 2009 at 05:37:38PM -0700, Preston C. wrote: > Thank you both. Tried adding rw, but with no success. Will redo > everything trying your method Gregory, then if that does not work will > try HAL. What is your fstab line? Please, post also the output of the command "id".

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
Thank you both. Tried adding rw, but with no success. Will redo everything trying your method Gregory, then if that does not work will try HAL.

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Gregory T Helton
The way I read it, the problem is mounting NTFS drives in KDE with HAL. By using the fstab method, the drive is being mounted on boot. As far as KDE knows, it's just another folder. --greg On Sun, 29 Mar 2009 17:30:40 -0700 "Preston C." wrote: > Thanks Gregory. What do you think about what Ales

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
Thanks Gregory. What do you think about what Alessandro said, there being a bug in KDE where you cannot access ntfs unless you use HAL?

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Alessandro Doro
On Sun, Mar 29, 2009 at 05:18:01PM -0700, Preston C. wrote: > UPDATE: I just found out that while I can access the /sdc1 I can't > read or write with it. Add "rw" to your fstab options: rw,users,...

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Gregory T Helton
The last I knew, the built-in "ntfs" doesn't not have write support, or isn't very reliable. ntfs-3g is the preferred way to work with ntfs partitions/drives. The other options will ensure that you can read/write everything without being root. On Sun, 29 Mar 2009 17:01:09 -0700 "Preston C." wrote

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
Will have to look into all of this some more. Thanks for the help.

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Alessandro Doro
On Mon, Mar 30, 2009 at 02:10:30AM +0200, Alessandro Doro wrote: > My approach is not fstab based; I mount my devices with gnome-mount. > As root: > gnome-mount -p device-label > or > gnome-mount -d /device/path You can also try pmount but I don't know if it works with ntfs drives. Pmount mounts o

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
Thanks Alessandro. You feel that I should use the HAL way since it is KDE? UPDATE: I just found out that while I can access the /sdc1 I can't read or write with it.

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Alessandro Doro
On Sun, Mar 29, 2009 at 03:07:16PM -0700, Preston C. wrote: > > No problem :) > > > > You also have the HAL method, which can be handy if you remove/attach the > > drive often. But if the drive is attached all or most of the time, good ol' > > fstab is the easiest and most reliable. ;) > > The dri

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
On Sun, Mar 29, 2009 at 4:45 PM, Gregory T Helton wrote: > I think this should work > > /dev/sdc1 /media/externalhd ntfs-3g > users,uid=1000,gid=100,fmask=0113,dmask=0002 0 0 > > This will mount the drive at boot, allow users to mount/umount, user id > 1000/grp id 100 > will own everything on th

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Gregory T Helton
I think this should work /dev/sdc1 /media/externalhd ntfs-3g users,uid=1000,gid=100,fmask=0113,dmask=0002 0 0 This will mount the drive at boot, allow users to mount/umount, user id 1000/grp id 100 will own everything on the drive, and files will have the permission 664, directories 775. This

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
> No problem :) > > You also have the HAL method, which can be handy if you remove/attach the > drive often. But if the drive is attached all or most of the time, good ol' > fstab is the easiest and most reliable. ;) The drive hasn't been unplugged since I got it. Do I need to install ntfs-3g, bef

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Greg
No problem :) You also have the HAL method, which can be handy if you remove/attach the drive often. But if the drive is attached all or most of the time, good ol' fstab is the easiest and most reliable. ;) On Mar 29, 2009, at 5:41 PM, "Preston C." wrote: Hi, On arch, such things as add

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
> Hi, > > On arch, such things as adding external drives to fstab are left up to the > user :) > > Just add a line for it. > > /dev/sdb1 /media/externalhd ext3 user 0 0 > > Of course, change for the actual device name, filesystem, and desired mount > point. You may also need to change the mount opt

Re: [arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Greg
Hi, On arch, such things as adding external drives to fstab are left up to the user :) Just add a line for it. /dev/sdb1 /media/externalhd ext3 user 0 0 Of course, change for the actual device name, filesystem, and desired mount point. You may also need to change the mount options, but th

[arch-general] /etc/fstab :no ext. hdd

2009-03-29 Thread Preston C.
I hope that this is not to much of a noob question, but since I started using Arch I haven't been able to access my external hard drive through KDE. I posted on the forums about the problem but it seems that the other people who had the problem, had the problem in a different way. My problem is I

[arch-general] aufs2 patch to work for archlinux kernel

2009-03-29 Thread Christopher Rogers
I fixed aufs2 to work in archlinux kernel. I had to remove some patches to aufs2-standalone.patch you guys made so it would work. This will mean we have to drop unionfs for this to work. http://arch-live.isawsome.net/devel/aufs2-standalone.patch patch for aufs2 to work with kernel 2.6.29 http://ar