USB Mount issue in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris USB Mount issue in Solaris 10
# 1  
Old 05-25-2010
USB Mount issue in Solaris 10

Hi All,


Smilie

I had an issue with the USB in Solaris 10 Ultra SParc machine.

I am able to mount the USB in my machine using the mount command.

# mount -F pcfs /dev/dsk/c2t0d0s0:c /mnt

The problem is when i copy a file from my local hard disk to the USB using the " cp -p " command , the file permissions are getting changed in the USB drive.

Can somebody please help me.

Thanks in advance.
# 2  
Old 05-25-2010
pcfs has no support for handling owner or group id's, hence you losing you file acl's when you copy across.
# 3  
Old 05-25-2010
If you don't mind sharing the usb storage device with other OSes, nothing forbids to create an UFS or ZFS filesystem on it. Then the file owner/group/permissions will be preserved and even ACLs should you use them on the original file system.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

mount usb

Hi Guys,am unable to mount usb in Cenos..I did all those options.....kindly let me know the commands...as soon as possible... (1 Reply)
Discussion started by: Rajesh_Apple
1 Replies

2. SCO

Mount USB stick

hi Howto mount an USB stick under SCO 5.0.7? BTW ist it possible to mount USB stick in the command line using 'tools' at the Boot: prompt from OpenServer Release 5.0.7 installation CD? (1 Reply)
Discussion started by: ccc
1 Replies

3. Filesystems, Disks and Memory

Mount USB stick...

Dummies questions, perfect for this. I cannot mount my idiotic usb stick on Slackware, I input the following on non-graphic mode as root: Mount -t vfat /dev/sdc1/usbstick usbstick is the folder i created for mounting my USB, the file system is FAT, and everytime I input that I get some kind... (2 Replies)
Discussion started by: Dax01
2 Replies

4. Solaris

how to mount USB in SXDE 1/08

hi friends recently i have installed Solaris Express Developers Edition-SXDE 1/08 distribution.Problem is that i dont have network drivers pre-installed in SXDE.So i have to install manually to this i need to mount USB(Jetflash V60-4GB),when i pluged into my system it is showing JEtflash but when... (5 Replies)
Discussion started by: srinivas2828
5 Replies

5. Solaris

solaris 10 errors mount external usb Harddisk zfs on a nas without cdrom

Hi, I try to mount an external USB HD on a solaris 10 without any success. Machine hardware: i86pc OS version: 5.10 Processor type: i386 Hardware: i86pc The HD is a zfs, but I installed this with a Ubuntu 8.10. iostat -En displays this: --> so the system... (0 Replies)
Discussion started by: edubidu
0 Replies

6. UNIX for Dummies Questions & Answers

usb mount problem

Hi friends, when i boot into my linux system, i am not able to use my USB device while it works on window. i know mount command but it seems my USB does not detected and when i insert my USB into USB port .. and run fdisk list command it does not show any additional device . normally... (2 Replies)
Discussion started by: johnray31
2 Replies

7. Solaris

How Can I mount usb on Sollaris 8?

Please ... help me... I´m trying to mount usb flash disk in Sollaris 8 but it doesn´t still recognized. Flash´s disk led on but I didn´t mount it... Someone how to solve this problem? thanks... (4 Replies)
Discussion started by: dekkade
4 Replies

8. Linux

Mount USB memorey

Hi guys i gonna ask a so silly question here, i have a usb memory and i want to mount it in Linux Red Hat 9, its give a message its plugged, and i can see that when i run dmesg command, but i don't know the device name to mount neither the fat32 name in red hat, and its not be mounted in any mount... (3 Replies)
Discussion started by: XP_2600
3 Replies

9. Solaris

mount USB

Ok, I have a rocsecure USB 2.0 hardrive. Currently it is formatted as an NTFS drive. I need to mount it on solaris and move an oracle dmp file onto it. Will I be even able to format it to a PCFS on a solaris 9 machine. Or do I need to format it FAT-32 first on a windows machine? steps ... (3 Replies)
Discussion started by: csaunders
3 Replies

10. Solaris

How to mount USB driver in solaris 8?

Can anyone tell me how to mount the USB driver in solaris 8? I try many time that can't to mount USB driver. It can detect the USB driver by typing #iostat -En but can't mount the driver. (1 Reply)
Discussion started by: kingsan
1 Replies
Login or Register to Ask a Question