![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2005
Beans: 223
Ubuntu 7.04 Feisty Fawn
|
I have USB flash drive that I frequently use on my Windows computer. I want to transfer file from xubuntu to other xubuntu machine and windows xp but it seems that usb flash drive only have read access. According to the error, I have a read-only file system. Is it possible for me to copy files from xubuntu machines to usb flash drive?
__________________
Ubuntu is the best of all Linux
|
|
|
|
|
|
#2 |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Sep 2006
Location: Tokyo
My beans are hidden!
|
Re: USB Flash Drive write access from Xubuntu
Yes it is possible to write to the disc, but most likelyif you used it with XP it is formatted as ntfs.
Could you post the output of this command ? Code:
cat /etc/fstab
__________________
Why can't technology be as simple as the box it comes in ? VAIO X505 800g pure Debian. |
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2005
Beans: 223
Ubuntu 7.04 Feisty Fawn
|
Re: USB Flash Drive write access from Xubuntu
xubuntu@mypc:~$ cat /etc/fstab
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hdc1 / ext3 defaults,errors=remount-ro 0 1 /dev/hdc5 none swap sw 0 0 /dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
__________________
Ubuntu is the best of all Linux
|
|
|
|
|
|
#5 | |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2005
Beans: 223
Ubuntu 7.04 Feisty Fawn
|
Re: USB Flash Drive write access from Xubuntu
Your right! that why I cannot see the USB on the list. Anyway here is the output of fdisk -l:
Quote:
__________________
Ubuntu is the best of all Linux
|
|
|
|
|
|
|
#6 |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Sep 2006
Location: Tokyo
My beans are hidden!
|
Re: USB Flash Drive write access from Xubuntu
Why isn't it in fstab if it is a usb drive ?
Let's create the directory to mount to. Code:
sudo mkdir /media/sda1 Then try to mount. Code:
sudo mount /dev/sda1 /media/sda1 -t ntfs -o nls=utf8,umask=0222
__________________
Why can't technology be as simple as the box it comes in ? VAIO X505 800g pure Debian. |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 18
Ubuntu 6.10 Edgy
|
Code:
Device Boot Start End Blocks Id System /dev/sda1 1 62 497983+ 7 HPFS/NTFS |
|
|
|
|
|
#8 |
|
Iced Blended Vanilla Crème Ubuntu
![]() Join Date: Sep 2006
Location: Tokyo
My beans are hidden!
|
Re: USB Flash Drive write access from Xubuntu
Seems I confused it with another thread notice the flash word in the title -_-;; I thought it is a usb hard drive.
Formatting it as fat will indeed make your life easier.
__________________
Why can't technology be as simple as the box it comes in ? VAIO X505 800g pure Debian. |
|
|
|
|
|
#9 |
|
mmmm... Ubuntu.
![]() Join Date: Apr 2005
Location: Finland
Beans: 6,691
Ubuntu 9.10 Karmic Koala
|
Re: USB Flash Drive write access from Xubuntu
Because removable drives don't need an entry in fstab, as Ubuntu smartly handles them in a different way.
Anyway, the problem here is that the flash drive is formatted in NTFS, and write support for that is still at rather experimental stage (because Microsoft refuses to release any specs about NTFS). The solution is to format the flash disk to FAT32. After that it will work on any OS, not just Windows.
__________________
42 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|