You are not logged in.
I'm using Slitaz running on portable virtual box. Im trying to mount my C: drive but fdisk -l doesn't see it so I dont know how to mount it. is there any drivers or something that i need to do to get it to see a ntfs partition?
Offline
Slitaz is the guest and you want to mount the C:/ drive on the Windows host ?
You could use Shared folders in Virtualbox.
Linux version of virtualbox requires guest additions for Shared folders so I don't use it.
I enable network sharing on the C:/ drive on windows,
Slitaz virtualbox settings/ network/ adapter_1/ Attached to: Bridged Adapter
Boot slitaz,Open terminal, su, password: root
[c]# tazpkg recharge[/c]
[c]# tazpkg -gi smbfs[/c]
Mount C:/ as samba share on slitaz.
[c]# mkdir smb[/c]
[c]# mount //i.p. address windows/windows.share.name smb[/c]
Offline
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]