by Fornhamfred on Tue Jan 01, 2008 1:46 pm
Thanks everyone.
I have had to re-install due to wrecking my home partition but have once again got exactly the same problem.
My fstab file is as follows:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb5
UUID=c1dc58d3-b71b-4be0-8ae3-da600b778276 / ext3 defaults,errors=remount-ro 0 1
# /dev/sdb6
UUID=281e6968-7d7a-4bc4-a8be-4dd10c11dfa4 /home ext3 defaults 0 2
# /dev/sda1
UUID=E2645FA7645F7CEB /media/sda1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sda5
UUID=e0ff5442-61c2-405d-b8d5-2b988888beda /media/sda5 ext3 defaults 0 2
# /dev/sda7
UUID=a863777d-765c-49a8-812b-4caf4e55a688 /media/sda7 ext3 defaults 0 2
# /dev/sdb1
UUID=68dc285d-cabe-4e1c-b099-eb9e0da6f2b6 /media/sdb1 ext3 defaults 0 2
# /dev/sdb10
UUID=993333c4-b0e2-4907-a7c5-5d08d95d4ba4 /media/sdb10 reiserfs defaults 0 2
# /dev/sdb3
UUID=df0c65c7-86f4-4ab0-8dae-12df8b4a9a43 /media/sdb3 ext3 defaults 0 2
# /dev/sdb7
UUID=54033174-f5a9-44a1-b4ea-2798e493b774 /media/sdb7 ext3 defaults 0 2
# /dev/sdb8
UUID=e2034005-30d2-45f3-a1ba-acb46b43a02f /media/sdb8 ext3 defaults 0 2
# /dev/sdb9
UUID=4774-CC8F /media/sdb9 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda6
UUID=1287bb72-1be3-401a-b567-d0a6ee289cab none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
The storage partition is sdb9
Out of interest the PcLinux fstab is as follows:
# /dev/hda5, size=20659527, type=131: Journalised FS: ext3 (extended)
/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
# /dev/hda7, size=15406272, type=131: Journalised FS: ext3 (extended)
/dev/hda7 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
# fd: H1440
/dev/fd0 /mnt/floppy auto user,exec,rw,noauto 0 0
# /dev/hda1, size=19310067, type=7: NTFS (primary)
/dev/hda1 /mnt/win_c ntfs user,exec,ro,noauto,nls=utf8,umask=0 0 0
LABEL=Storage /mnt/windows vfat umask=0,user,exec 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs defaults 0 0
none /tmp tmpfs defaults 0 0
# /dev/hda6, size=5317452, type=130: Linux swap (extended)
/dev/hda6 swap swap defaults 0 0
and the PcLinux Samba file shows the following shares all of which are accessible from XP.
[homes]
comment = Home Directories
guest ok = yes
read only = no
[Unnamed]
path = /mnt/win_d
comment = FAT32
guest ok = yes
read only = no
[PCLinux Home]
path = /home/wilf
guest ok = yes
read only = no
case sensitive = no
strict locking = no
[STORAGE]
path = /mnt/windows
guest ok = yes
read only = no
Hope this helps.