Hello there,
I am done with a dual-boot installation. I'd like to transfer file between linux and windows in Nautilus file browser.
Here my partitionm-system:
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 20G 7.2G 12G 39% /
udev 2.0G 204K 2.0G 1% /dev
/dev/sda7 72G 456M 68G 1% /home
/dev/sda2 59G 32G 28G 53% /windows/C
/dev/sda3 108G 87G 22G 81% /windows/D
# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0201ff32
Device Boot Start End Blocks Id System
/dev/sda1 1 1306 10485760 27 Unknown
/dev/sda2 1306 9139 62918572 7 HPFS/NTFS
/dev/sda3 31038 45398 115346700 7 HPFS/NTFS
/dev/sda4 * 48417 60801 99482512+ f W95 Ext'd (LBA)
/dev/sda5 48417 48678 2104483+ 82 Linux swap / Solaris
/dev/sda6 48679 51289 20972826 83 Linux
/dev/sda7 51290 60801 76405108+ 83 Linux
problem:
in Nautilus file browser I cannot move files from /home to /windows/media/D. I have to be root and do this from a gnome terminal, even after "chmod a+w /windows/media/D" as root.
Why?
Bookmarks