![]() |
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.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|