Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 5:50 pm, Reg wrote: Nick Rout wrote: Well it is clearly mounted read/write (rw) so it is more likely a permissions thing. Who owns the files? Try ls -l /music and see who owns the files. See the link below for an overview of permissions in Linux

Re: Out of network ports - what to do?

2007-06-15 Thread clug
On Fri, Jun 15, 2007 at 01:58:22PM +1200, Brett Davidson wrote: Steve Holdoway wrote: On Fri, 15 Jun 2007 13:47:12 +1200 Robert Fisher [EMAIL PROTECTED] wrote: On Friday 15 June 2007 1:14 pm, David Kirk wrote: Robert's point about only being able to daisy chain up to 2 switches

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Robert Fisher wrote: On Friday 15 June 2007 5:50 pm, Reg wrote: Nick Rout wrote: Well it is clearly mounted read/write (rw) so it is more likely a permissions thing. Who owns the files? Try ls -l /music and see who owns the files. See the link below for an overview of

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 7:11 pm, Reg wrote: This begs the question: why bother having reg as a user at all when he has stuff all access to anything? why not just have a profile as root and do everything as that person? it would save having to become root all the time? or is my logic somewhat

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 7:24 pm, Robert Fisher wrote: Unless you plan to install new software or tweak your system, you should log in to Linux as a user other than root. (As a computer technician, I get a large proportion of my jobs from people with Windows - and all users with administrative

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Robert Fisher wrote: On Friday 15 June 2007 7:11 pm, Reg wrote: This begs the question: why bother having reg as a user at all when he has stuff all access to anything? why not just have a profile as root and do everything as that person? it would save having to become root all the

Re: acessing files on a windows drive from linux

2007-06-15 Thread Roger Searle
If you are the only one using the computer then I would, as root, type chmod -R 777 /music/My Music/ (To be root, type su - then press enter then enter root password) I think that may not work due to the space between My and Music, so you need chmod -R 777 /music/My\ Music/ Roger

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 8:14 pm, Roger Searle wrote: If you are the only one using the computer then I would, as root, type chmod -R 777 /music/My Music/ (To be root, type su - then press enter then enter root password) I think that may not work due to the space between My and Music,

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 7:11 pm, Reg wrote: if I log in as root ... by entering su - I should have write access? but I dont, So you are in a terminal window, you type su - then press enter. Now your terminal session is root, not your kde session. You then need to use an editor like nano

Re: acessing files on a windows drive from linux

2007-06-15 Thread Steve Holdoway
On Fri, 15 Jun 2007 17:57:29 +1200 Robert Fisher [EMAIL PROTECTED] wrote: On Friday 15 June 2007 5:50 pm, Reg wrote: Nick Rout wrote: Well it is clearly mounted read/write (rw) so it is more likely a permissions thing. Who owns the files? Try ls -l /music and see who owns the files.

Re: acessing files on a windows drive from linux

2007-06-15 Thread Nick Rout
Robert Fisher wrote: On Friday 15 June 2007 5:50 pm, Reg wrote: Nick Rout wrote: Well it is clearly mounted read/write (rw) so it is more likely a permissions thing. Who owns the files? Try ls -l /music and see who owns the files. if I enter that command I get: [EMAIL

next Weds 7.30pm

2007-06-15 Thread Rik Tindall
Sydenham Free/Open Software class. 7.30-9.30pm, June 20th - third Wednesday of each month - at the South Learning Centre, South Christchurch Library (use rear door), 66 Colombo Street, Beckenham. GNU/Linux Live/install-CD tuition distribution. Also, join us in planning Software Freedom Day

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Friday 15 June 2007 9:02 pm, Steve Holdoway wrote: Are you sure? These files are on a fat32 partition, and as such there is no concept of MACs, let alone anything complicated like DACs. Yes I am sure. I just tried it on our dual boot laptop.

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Nick Rout wrote: Robert Fisher wrote: On Friday 15 June 2007 5:50 pm, Reg wrote: Nick Rout wrote: Well it is clearly mounted read/write (rw) so it is more likely a permissions thing. Who owns the files? Try ls -l /music and see who owns the files. if I enter that command I

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Saturday 16 June 2007 9:14 am, Reg wrote: Tried that and got the following result: [EMAIL PROTECTED]:~ id uid=1000(reg) gid=100(users) groups=16(dialout),33(video),100(users) [EMAIL PROTECTED]:~ mount -t vfat /mnt/hdb1 /music -o uid=1000 mount: only root can do that [EMAIL PROTECTED]:~

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Robert Fisher wrote: On Saturday 16 June 2007 9:14 am, Reg wrote: Tried that and got the following result: [EMAIL PROTECTED]:~ id uid=1000(reg) gid=100(users) groups=16(dialout),33(video),100(users) [EMAIL PROTECTED]:~ mount -t vfat /mnt/hdb1 /music -o uid=1000 mount: only root can do

Re: acessing files on a windows drive from linux

2007-06-15 Thread Steve Holdoway
On Sat, 16 Jun 2007 10:13:21 +1200 Reg [EMAIL PROTECTED] wrote: Robert Fisher wrote: On Saturday 16 June 2007 9:14 am, Reg wrote: Tried that and got the following result: [EMAIL PROTECTED]:~ id uid=1000(reg) gid=100(users) groups=16(dialout),33(video),100(users) [EMAIL

Re: acessing files on a windows drive from linux

2007-06-15 Thread Robert Fisher
On Saturday 16 June 2007 10:13 am, Reg wrote: this is what I got: [EMAIL PROTECTED]:~ mount -t vfat /dev/hdb1 /music -o uid=1000 mount: only root can do that [EMAIL PROTECTED]:~ su - Password: athlon:~ # mount -t vfat /dev/hdb1 /music -o uid=1000 mount: /dev/hdb1 already mounted or /music

Re: Out of network ports - what to do?

2007-06-15 Thread Derek Smithies
Hi, I've been trying to stay way the hell away from this one, there's more inaccuracies in this thread than I could possibly deal with. Me too. You need to be careful, there's FUD in this. In the case of switches, cable lengths are irrelevant until the switch to switch connection gets to

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Robert Fisher wrote: On Saturday 16 June 2007 10:13 am, Reg wrote: this is what I got: [EMAIL PROTECTED]:~ mount -t vfat /dev/hdb1 /music -o uid=1000 mount: only root can do that [EMAIL PROTECTED]:~ su - Password: athlon:~ # mount -t vfat /dev/hdb1 /music -o uid=1000 mount: /dev/hdb1

Re: acessing files on a windows drive from linux

2007-06-15 Thread Reg
Reg wrote: Robert Fisher wrote: On Saturday 16 June 2007 10:13 am, Reg wrote: this is what I got: [EMAIL PROTECTED]:~ mount -t vfat /dev/hdb1 /music -o uid=1000 mount: only root can do that [EMAIL PROTECTED]:~ su - Password: athlon:~ # mount -t vfat /dev/hdb1 /music -o

Re: Out of network ports - what to do?

2007-06-15 Thread Volker Kuhlmann
On Fri 15 Jun 2007 12:55:00 NZST +1200, Nick Rout wrote: I am out of ports at home on my 8 port switch (don't ask). Easy: 2 ports per room, extra for the computer room, one for the printer, one for the firewall - oops. 16 port switches seem disproportionately expensive. $70 instead of 2*$25

Re: acessing files on a windows drive from linux

2007-06-15 Thread Volker Kuhlmann
On Fri 15 Jun 2007 15:26:13 NZST +1200, Robert Fisher wrote: Something like this in fstab might be what he needs (obviously changed to suit) /dev/hda1 /mnt/c vfat defaults,umask=0000 0 For fixed disks this will work. Keep in mind that HAL and udev no longer use

Re: Out of network ports - what to do?

2007-06-15 Thread Chris AKA personthingy
Why not just run 2 to each room close to the switch, and 1 to each room that the cable lengths outweigh the cost of another switch? I have a 55 metre length from my main switch to the sleepout where my son has his branch of the network. He has his own switch out there. This is much cheaper