On Sat, 2009-03-14 at 13:14 +0100, [email protected] wrote: > Hi, > > I have an EMTEC Q120 appliance, with the Busybox system inside. > This is a hard disk of 750 G > The disk contains (mainly) two partitions. One FAT32 and one NTFS > I access the box via an ethernet connection, from my Windows PC. > It's ok to write on the FAT32 partition, but not to the NTFS one. (no > access right$) > > I already posted some Q to this forum ... to try to change the NTFS > rights from Read only to R/W. > But the most simple answer I received is to format again the NTFS part > to FAT32. > > It's OK for me ... but how to do it ? (I'm not a Linux or Busybox > guru) > > I did : > - unmount > - mke2fs ... but impossible to find the right syntax to create a vfat > (FAT32) file system (I've no doc) --> was formated in ext2 ??? NOK > - now, this partition is not available anymore from my PC .... :-( > > Help. Au secours ;-)) > > Your comments or ideas are welcome
mkfs.vfat, Samba will do the share, may be see mount point of partition and fix it on /etc/smb.conf may, also, try : mount -o remount -o rw /mnt/WINDOWS_NT (whatever is the mount point ) I don't know how busybox support ntfs , but if Q120 have one may write on it ?! Regards, -- Sérgio M. B.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
