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 uid=1000 >>> mount: /dev/hdb1 already mounted or /music busy >>> mount: according to mtab, /dev/hdb1 is already mounted on /music >>> athlon:~ # >>> >>> >>> >> So can you now rename the files as reg? >> >> >> > yes once I unmounted it and then mounted it with the correct command it > worked fine :-) > > now to look at fstab > > reg > > ok this is my current fstab:
/dev/hda6 / ext3 acl,user_xattr 1 1 /dev/hda7 /home ext3 acl,user_xattr 1 2 /dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/hda5 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 /dev/hdb1 /music vfat users,gid=users,umask=0002,utf8=true 0 0 reg
