I can access the Win XP box from Linux with no problems. I just can not access my Linux box from WinXP. I can see the Linux computer from my windows box but I can't access the drive.
[root@localhost ~]# fdisk -l
Disk /dev/sda: 122.9 GB, 122942324736 bytes
16 heads, 63 sectors/track, 238216 cylinders, total 240121728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 63 16383023 8191480+ 83 Linux
/dev/sda2 16383024 240121727 111869352 5 Extended
/dev/sda5 16383087 24574031 4095472+ 82 Linux swap / Solaris
/dev/sda6 24574095 240121727 107773816+ 83 Linux
Disk /dev/sdb: 41.2 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders, total 80418240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 8177084 4088511 b W95 FAT32
/dev/sdb2 8177085 80405324 36114120 f W95 Ext'd (LBA)
/dev/sdb5 8177148 80405324 36114088+ b W95 FAT32
[root@localhost ~]# smbtree
Enter root's password:
PDS
\\MINIHP0307 Mini HP
\\MINIHP0307\Printer Quicken PDF Printer
\\MINIHP0307\Pic II
\\MINIHP0307\Printer2 Microsoft Office Document Image Writer
\\MINIHP0307\Printer9 MFC-6490CW LAN
\\MINIHP0307\Printer5 PaperPort Image Printer
\\MINIHP0307\Printer8 MFC-6490CW LAN
\\MINIHP0307\Printer6 Microsoft XPS Document Writer
\\MINIHP0307\SharedDocs
\\MINIHP0307\print$ Printer Drivers
\\MINIHP0307\IPC$ Remote IPC
\\MINIHP0307\PDFCreator eDoc Printer
[root@localhost ~]# testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[pdf-gen]"
Processing section "[Home]"
Processing section "[print$]"
Processing section "[printers]"
Processing section "[DATA]"
Loaded services file OK.
Warning: Service printers defines a print command, but rameter is ignored when using CUPS libraries.
Server role: ROLE_STANDALONE
[global]
workgroup = PDS
netbios name = PCLOS
server string = %h
security = SHARE
map to guest = Bad User
guest account =
log file = /var/log/samba/%m.log
max log size = 50
printcap cache time = 60
printcap name = cups
dns proxy = No
hosts allow = 192.168.0.
[pdf-gen]
comment = PDF Generator (only valid users)
path = /var/tmp
printable = Yes
printing = bsd
print command = /usr/share/samba/scripts/print-pdf "%s" "%H" "//%L/%u" "%m" "%I" "%J" &
lpq command = /bin/true
lprm command = lprm -P'%p' %j
[Home]
comment = Documents
path = /root/Documents
read only = No
guest ok = Yes
[print$]
comment = printer
path = /var/lib/samba/printers
write list = @adm, root
read only = No
inherit permissions = Yes
guest ok = Yes
printable = Yes
[printers]
comment = All Printers
path = /var/spool/samba
read only = No
create mask = 0700
guest ok = Yes
printable = Yes
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
use client driver = Yes
browseable = No
[DATA]
comment = comment
path = /media/DATA/Brokerage
read only = No
guest ok = Yes
[root@localhost ~]# smbclient -V
Version 3.5.14
[root@localhost ~]# cat /etc/hosts
# generated by drakhosts
127.0.0.1 PCLOS.2012 localhost
/dev/sdb5 on /media/DATA type vfat (rw,nosuid,nodev,uhelper=hal,uid=0,utf8,shortname=mixed,flush)
is the drive I want to read/write access from Win XP (MINIHP0307)
I followed the instructions at
http://74.54.219.50/~lxgator/gnome/forum/viewtopic.php?f=15&t=3004&sid=901213c8353e64102646a36fa5ff210aNo Luck!