swerdna. you the man.
I was unable to see drive C through the network because I was trying to share through right clicking Nautilus. I changed smb.conf file as you showed me how and now I can see all ‘C’ folders & files through the network. Read & Write!
Still one question though…
This is the fstab content:
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part1 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part2 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part3 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_HDS728080PLAT20_PFD201S2C9BUKJ-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=002,locale=en_US.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_WDC_WD800BB-22FWD-WMAJ93570724-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=002,locale=en_US.UTF-8 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
Should I overwrite the whole line like so? (I don’t want to brake something… I have no clue of the meaning of some of the stuff I am overwriting…)
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part1 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part2 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP0802NS00JJ40Y582673-part3 /home ext3 acl,user_xattr 1 2
/dev/sdb11 /windows/C ntfs-3g uid=1000,gid=100,umask=0000 0 0
/dev/disk/by-id/scsi-SATA_WDC_WD800BB-22FWD-WMAJ93570724-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=002,locale=en_US.UTF-8 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
If this is right, could you please shine a lil’ light on the subject of the actual code being overwritten? Thanks!
Now that I start to understand this a little bit better, I guess it would be worth to go through the trouble of actually backing up all the contents of these drives, getting rid of the NTFS partition, and reformat a new partition using ext3. What would be the advisable thing to do?
Sorry about the instigating questions… my brain is going through a lot with all this info. And again thanks a lot for the help!